{% extends 'Core/base.html.twig' %} {% block title %}Parametres : Édition Limites de pointages{% endblock %} {% block titlePage %} {# Barre de titre de page #} {{ include('Core/titrePage.html.twig',{'BTGAUCHE':{'TEXTE':'RETOUR','LIEN':path('parametres'),'ICONE':'caret-left','TYPEBT':'secondary'} ,'TITRE':'LIMITES POINTAGES'}) }} {% endblock %} {% block body %} {{ form_start(form, { 'attr': {'class':'form-horizontal'} }) }}