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

New

Liste des inscriptions

{% for sub in subscriptions|reverse %} {% if sub.student is defined and sub.student is not empty %} {% endif %} {% endfor %}
Elève Classe Année scolaire Frais Réduction Action
{{ sub.student }} {{ sub.classroom }} {{ sub.schoolyear }} {{sub.amount }} {{sub.discount }}
{% endblock %}