{% for informe in psi %} {% endfor %}
Cargo Fecha de Entrevista Resultado Psicológico Resultado Psiquiátrico
{{informe.nombre}} {{informe.fecha|date('d \\d\\e F Y')|replace({ 'January' : 'Enero', 'February' : 'Febrero', 'March' : 'Marzo', 'April' : 'Abril', 'May' : 'Mayo', 'June' : 'Junio', 'July' : 'Julio', 'August' : 'Agosto', 'September' : 'Septiembre', 'October' : 'Octubre', 'November' : 'Noviembre', 'December' : 'Diciembre', }) }} {% if informe.resulPsic %} {% set class_color = constant('App\\Entity\\Informes\\DetalleInformePsicologico::VIEW_OPCIONES')[informe.resulPsic]['show_class'] %} {{ constant('App\\Entity\\Informes\\DetalleInformePsicologico::VIEW_OPCIONES')[informe.resulPsic]['show_name'] }} {% else %} En Espera {% endif %} {% if informe.resulPsiq %} {% set class_color = constant('App\\Entity\\Informes\\DetalleInformePsiquiatrico::VIEW_OPCIONES')[informe.resulPsiq]['show_class'] %} {{ constant('App\\Entity\\Informes\\DetalleInformePsiquiatrico::VIEW_OPCIONES')[informe.resulPsiq]['show_name'] }} {% else %} En Espera {% endif %}