{% 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} %}
Modifier le critère
{% if critere.dateModification is not null %} Dernière modification le {{ critere.dateModification | date('d/m/Y à H:i:s') }} {% endif %} {{ include('criteres/_form.html.twig') }} {{ include('criteres/_delete_form.html.twig') }} {{ include('criteres/_delete_unused_form.html.twig') }}
Valeurs
{% if valeurs | length > 0 %} {% if critere.deRegroupement %} {% endif %} {% else %}

Aucune valeur pour ce critère

{% endif %}
{% endblock %}