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

Notificaciones.

{% endblock %} {% block notificacion_tarjeta_header %}
{# #} refresh {# info_outline #} {# delete #}
{# more_vert #}
{% endblock %} {% block notificacion_tarjeta_body %} {% for notificacion_usuario in notificacion_usuarios %} {% if loop.first %}
{% endif %}
{#
#} {# #} {#
#}
{% if notificacion_usuario.notificacion.adjuntos|length > 0 %} attach_file {% endif %}
{% if notificacion_usuario.fechaHoraLeido %} LeĆ­do {% else %} Sin Leer {% endif %}
{{ notificacion_usuario.fechaHoraAlta ? notificacion_usuario.fechaHoraAlta|format_datetime('full', 'none', locale='es_AR') : '' }}
{{ notificacion_usuario.fechaHoraAlta ? notificacion_usuario.fechaHoraAlta|date('H:i') ~ 'hs' : '' }}
{#
#} {# delete #} {#
#}
{% if loop.last %}
{% endif %} {% else %}
No hay Notificaciones
{% endfor %} {% endblock %}