{% extends 'portal_aspirante/notificacion/base.html.twig' %} {% block notificacion_titulo %} notifications

Notificaciones.

{% endblock %} {% block notificacion_tarjeta_header %}
arrow_back
{{ notificacion_usuario.notificacion.asunto }}
{# more_vert #}
{% endblock %} {% block notificacion_tarjeta_body %}

{#

#} {{ notificacion_usuario.notificacion.mensaje | raw }} {#

#}
Archivos adjuntos
{% for adjunto in notificacion_usuario.notificacion.adjuntos %} attach_file {{ adjunto.descripcion ? adjunto.descripcion : adjunto.urlAdjunto }} {% else %} No contiene adjuntos {% endfor %}
{% endblock %}