{% extends 'layout/backEndLayout.html.twig' %} {% block content %}

Liste des Annees scolaires configurees

{% for schoolyear in schoolyears %} {% endfor %}
Label code Debut Delai d'inscription Fin Taux d'inscription Etat Action
{{ schoolyear.wording }} {{ schoolyear.code }} {% if schoolyear.startDate %}{{ schoolyear.startDate|date('Y-m-d') }}{% endif %} {% if schoolyear.registrationDeadline %}{{ schoolyear.registrationDeadline|date('Y-m-d') }}{% endif %} {% if schoolyear.endDate %}{{ schoolyear.endDate|date('Y-m-d') }}{% endif %} {% if schoolyear.rate %}{{ schoolyear.rate }}{% endif %} {% if schoolyear.activated %}{% else %}{% endif %}
{% endblock %}