templates/agent/new_agent.html.twig line 1

Open in your IDE?
  1. {% extends 'base_baux_agent.html.twig' %}
  2. {% block title %}Création de compte{% endblock %}
  3. {% block body %}
  4.     <h4>Remplir les informations suivantes pour créer votre compte</h4>
  5.     <br>
  6.     {{ include('user/_form.html.twig') }}
  7.     <a href="{{ path('app_user_index') }}"> << Retour</a>
  8. {% endblock %}