{% extends estXHR ? 'page-xhr-modal.html.twig' : 'page.html.twig' %} {% block title %}Types de variable - Création{% endblock %} {% block style %} {% endblock %} {% block page %} {% set actions = {1: {'libelle': 'Retour', 'lien': path('typesvariables_index') }} %} {% set liens = {'Accueil': path('home_index'), 'Parametrage': path('parametrage_index'), 'Types de variables': path('typesvariables_index'), (typesvariable.libelle): '#'} %} {% include 'breadcrumb.twig' with {'liens': liens, 'actions': actions} %}
Création d'un type de variable
{{ include('typesvariables/_form.html.twig') }}
{% endblock %}