{% extends 'base.html.twig' %} {% block title %}{{parent()}}: Liste des niveaux formation{% endblock %} {% block body %} {% include 'breadcrumb.html.twig' %}
Liste des niveaux de formations
{% if est_connecte %}
Ajouter un niveau de formation
{% endif %}
{% for entite_i in entite %} {% endfor %}
id
Libellé
Actions
{{ entite_i.id }}
{{ entite_i.libelle }}
{% set title = 'Réactiver' %} {% set logo_html = '
' %} {% if entite_i.active %} {% set title = 'Supprimer' %} {% set logo_html = '
' %} {% endif %}
{{ logo_html|raw }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}