{% extends 'base_baux_agent.html.twig' %}
{% block title %}Création de compte{% endblock %}
{% block body %}
<h4>Remplir les informations suivantes pour créer votre compte</h4>
<br>
{{ include('user/_form.html.twig') }}
<a href="{{ path('app_user_index') }}"> << Retour</a>
{% endblock %}