{% extends 'admin/base.html.twig' %} {% block title %}AFC E-Learning{% endblock %} {% block body %}

Les Catégories de formations

Ajouter une catégorie {% for categ in categories %} {% endfor %}
ID Nom Description N. Formations
{{ categ.id }} {{ categ.name }} {{ categ.description }} {{ categ.trainings | length }} formations Editer delete_forever
{% endblock %}