{% extends 'base.html.twig' %} {% block title %} {% if trafficLawsTheme %} Modifier {{ trafficLawsTheme }} {% else %} Ajouter une thématique {% endif %} {% endblock %} {% block body %}

 /  Tableau de bord

 /  thématiques  / 

{% if trafficLawsTheme %} Modifier {{ trafficLawsTheme }} {% else %} Ajouter une thématique {% endif %}

{% if trafficLawsTheme %} Modifier {{ trafficLawsTheme }} {% else %} Ajouter une thématique {% endif %}

{{ form_start(trafficLawsThemeForm) }}
{{ form_errors(trafficLawsThemeForm) }}
{{ form_end(trafficLawsThemeForm) }}
{% endblock %}