{{'ticketDetail.comments.persona' | trans}}: {{comentario.nombre}} {{'ticketDetail.comments.fecha' | trans}}: {% if idproyectos == 204 %} {{comentario.fechaCreacion|date('m/d/Y H:i:s')}} {% else %} {{comentario.fechaCreacion|date('H:i:s d/m/Y')}} {% endif %} {{'ticketDetail.comments.comentario' | trans}}: {{comentario.documentacion|raw}} |
{% if is_granted('ROLE_COORDINADOR') and is_granted("ROLE_CONTROL_CASOS_3") and idestadoPadre != 24 %}
{% endif %} | |||
Files: | {% for file in files %} {% set fil = file|split('||') %} {{ fil.1 }} {% endfor %} |