{% extends 'page.html.twig' %} {% block title %}Parametrage - Types de variables{% endblock %} {% block page %} {% set actions = {1: {'libelle': 'Nouveau type de variable', 'lien': path('typesvariables_new'), 'icon': 'icons:add' }} %} {% set liens = {'Accueil': path('home_index'), 'Parametrage': path('parametrage_index'), 'Types de variables': '#'} %} {% include 'breadcrumb.twig' with {'liens': liens, 'actions': actions} %} {% endblock %}