From 93ea29315d3bc86a73290af32eacc8f4a8fcbe77 Mon Sep 17 00:00:00 2001 From: Wilmer Date: Tue, 16 May 2017 14:20:11 -0400 Subject: [PATCH] muestra aparte de la antiguedad los permisos solicitados --- app/Resources/views/cea/servicios_mostar.html.twig | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/app/Resources/views/cea/servicios_mostar.html.twig b/app/Resources/views/cea/servicios_mostar.html.twig index 3d07ee4..7684776 100644 --- a/app/Resources/views/cea/servicios_mostar.html.twig +++ b/app/Resources/views/cea/servicios_mostar.html.twig @@ -258,6 +258,56 @@ + {% else %} +
+

Documentos Para confirmar

+
+ + + {% for documento in docente.documentosVerificados %} + + {% if documento.idServicio.id == servicio.id %} + {% set extension = documento.ubicacion | split('.') | last %} +
+
+ + {% if extension != "pdf" %} + + + + {% else %} + + {% endif %} +
+

{{ documento.idTipoDocumentos.nombre }}

+ {% if documento.idEstatus.id == 2 or documento.idEstatus.id == 3 %} +
+ + + + + + +
+
+ {% endif %} +
+
+
+ {% endif %} + {% endfor %} + + + +
+
{% endif %} -- 2.0.0