{{tarea.titulo || '--'}}
{{tarea.descripcion || '--'}}
Cotización:
{{tarea.cotizacion.numero | zeros: "7"}}
{{tarea.cotizacion.entidad.razonSocial|namelize}}
{{(tarea.cantidadResponsables || '--')}} {{((tarea.cantidadResponsables == 1)?'responsable':'responsables')}}
{{(tarea.totalCompletadasResponsables||'0')}} {{((tarea.totalCompletadasResponsables==1)?'responsable':'responsables')}}
{{(tarea.fechaTarea | date:"dd/MM/yyyy") || '--'}}
{{(tarea.horaTarea|formatDate:'HH:mm:ss':'HH:mm'||'--')}}
{{(tarea.fechaNotificacion|date:"dd/MM/yyyy")||'--'}}
{{((tarea.horaNotificacion|formatDate:'HH:mm:ss':'HH:mm')||'--')}}