Detalle de la tarea

Título

{{tarea.titulo || '--'}}

Descripción

{{tarea.descripcion || '--'}}

Asignada a

Cotización: {{tarea.cotizacion.numero | zeros: "7"}}
{{tarea.cotizacion.entidad.razonSocial|namelize}} --

Cantidad de asignados

{{(tarea.cantidadResponsables || '--')}} {{((tarea.cantidadResponsables == 1)?'responsable':'responsables')}}

Completada por

{{(tarea.totalCompletadasResponsables||'0')}} {{((tarea.totalCompletadasResponsables==1)?'responsable':'responsables')}}

Fecha tarea

{{(tarea.fechaTarea | date:"dd/MM/yyyy") || '--'}}

Hora tarea

{{(tarea.horaTarea|formatDate:'HH:mm:ss':'HH:mm'||'--')}}

Fecha notificación

{{(tarea.fechaNotificacion|date:"dd/MM/yyyy")||'--'}}

Hora notificación

{{((tarea.horaNotificacion|formatDate:'HH:mm:ss':'HH:mm')||'--')}}