{% extends "page.html.twig" %} {% block title %}Critere - {{ critere.libelle }}{% endblock %} {% block style %} {% endblock %} {% block page %} {% set actions = {1: {'libelle': 'Retour', 'lien': path('criteres_index') }} %} {% set liens = {'Accueil': path('home_index'), 'Critères': path('criteres_index'), (critere.libelle): '#'} %} {% include 'breadcrumb.twig' with {'liens': liens, 'actions': actions} %}
Aucune valeur pour ce critère
{% endif %}