{% endblock %}
{% block titulo_acciones_body %}
{% if is_granted(constant('App\\Security\\Voter\\SesionVoter::ACCESS_CREATE')) %}
add
Nueva Sesión
{% endif %}
{% endblock %}
{% block body %}
{% for sesion in sesiones %}
Sesión del {{ sesion.fechaSesion|date('d/m/Y') }}
{{ constant('App\\Entity\\OD\\Sesion::VIEW_ESTADO')[sesion.estadoSesion]['show_label'] | raw }}
{% if is_granted(constant('App\\Security\\Voter\\SesionVoter::ACCESS_EDIT'), sesion) %}