{% extends 'base.html.twig' %} {% block title %}New Agence {% endblock %} {% block body %}
Create new Agence
{{ include('agence/_form.html.twig') }}
Retour
{% endblock %}