{% extends 'base.html.twig' %} {% block title %}Gestion des matières{% endblock %} {% block h1 %}Gestion des matières{% endblock %} {% block body %} Ajouter {% for matiere in matieres %} {% else %} {% endfor %}
Id Nom Fiche Modifier Supprimer
{{ matiere.id }} {{ matiere.nom|capitalize }} {{ include('admin_matiere/_delete_form.html.twig') }}
no records found
{% endblock %}