{% extends 'page.html.twig' %} {% block title %} Imports {% endblock %} {% block page %} {% set actions = {1: {'libelle': 'Importer tarifs', 'lien': path('tarifs_import_new'), 'icon': 'icons:file-download' }, 2: {'libelle': 'Importer tarifs global', 'lien': path('tarifs_import_global'), 'icon': 'icons:file-download' }} %} {% set liens = {'Accueil': path('home_index'), 'Imports': '#'} %} {% include 'breadcrumb.twig' with {'liens': liens, 'actions': actions} %} {% endblock %}