{% extends 'Core/base.html.twig' %} {% block title %}Parametres : Liste Zones{% endblock %} {% block titlePage %} {{ include('Core/titrePage.html.twig',{'BTGAUCHE':{'TEXTE':'MENU','LIEN':path('parametres'),'ICONE':'caret-left','TYPEBT':'secondary'} ,'TITRE':'ZONES' ,'BTDROITE':{'TEXTE':'AJOUTER','LIEN':path('parametres_zone_edit'),'ICONE':'plus','TYPEBT':'info'}}) }} {% endblock %} {% block body %} {{ include('Parametres/Zones/FiltresZones.html.twig') }} {% if resultats['zones']|length > 0 %} {{ include('Parametres/Zones/TabZones.html.twig') }} {% else %}