{% extends "formation/formation.html.twig" %} {% block title %} Catégories de Formations | BO {% endblock %} {% block section %}
Catégories de Formations
{% for c in categories %} {% endfor %}
Libellé Sous-Titre Parents Actions
{{c.focNom}} {{c.focSoustitre }} {% if c.mere is defined %} {{c.mere.focNom }} {% else %} X {% endif %}
Créer une Catégories de Formations
{% endblock %}