{% extends 'page.html.twig' %}
{% block title %}Parametrage - Types de variables - {{ typesvariable.libelle }}{% 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} %}
Modifier le type de variable
{{ include('typesvariables/_form.html.twig') }}
{{ include('typesvariables/_delete_form.html.twig') }}
{% endblock %}