{% extends base_template %} {% block show %} {% set exist = true %} {# {% if app.user and is_granted('ROLE_ENSEIGNANT') %}#} {# {% for enseignantClasses in app.user.enseignantClasses %}#} {# {% if (enseignantClasses.classe.id == classe.id) %}#} {# {% set exist = true %}#} {# {% endif %}#} {# {% endfor %}#} {# {% endif %}#} {# {% if app.user and is_granted('ROLE_ELEVE') %}#} {# {% for eleve in app.user.eleveAnneeScolaires %}#} {# {% if (eleve.classe.id == classe.id) %}#} {# {% set exist = true %}#} {# {% endif %}#} {# {% endfor %}#} {# {% endif %}#} {# {% if app.user and is_granted('ROLE_ADMIN') %}#} {# {% set exist = true %}#} {# {% endif %}#} {# {% if app.user and is_granted('ROLE_PARENT') %}#} {# {% set exist = true %}#} {# {% endif %}#} {% if exist %}

{{ "menu.Calendrier_des_repas"|trans }}

{% if app.user and is_granted('ROLE_ADMIN') %} {% endif %} {% else %}

{{ "admin.cours.404"|trans }}

{% endif %} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}