{% if app.request.session.get('_anneeScolaire') == 'no-annee' %}
Veuillez sélectionner une année scolaire
{% else %}
{{ app.request.session.get('_anneeScolaire') }}
{% endif %}
{# {% if app.user and is_granted('ROLE_ADMIN') %}#}
{# {% endif %}#}
{# {% if app.user and( is_granted('ROLE_ADMIN') or is_granted('ROLE_PARENT') or is_granted('ROLE_ENSEIGNANT') or ) %}#}
{# {% endif %}#}