{% extends 'page.html.twig' %} {% block title %}Formule - {{ formule.libelle }}{% endblock %} {% block style %} {% endblock %} {% block page %} {% set actions = {1: {'libelle': 'Retour', 'lien': path('formules_index') }} %} {% set liens = {'Accueil': path('home_index'), 'Formules': path('formules_index'), (formule.libelle): '#'} %} {% include 'breadcrumb.twig' with {'liens': liens, 'actions': actions} %} {{ form_start(form) }}
Cette formule n'est pas utilisée
{% endif %}