{formatDate(ticket.sla_response_due)}
{#if new Date(ticket.sla_response_due) < new Date() && !ticket.sla_response_met}
Vencido
{:else if ticket.sla_response_met}
Cumplido
{:else}
En plazo
{/if}
{/if}
{#if ticket.sla_resolution_due}
Tiempo de Resolución
{formatDate(ticket.sla_resolution_due)}
{#if new Date(ticket.sla_resolution_due) < new Date() && !ticket.sla_resolution_met}
Vencido
{:else if ticket.sla_resolution_met}
Cumplido
{:else}
En plazo
{/if}