{% extends 'base.html.twig' %} {% block title %}{{ page_title }}{% endblock %} {% block body %}

Accès client

{{ page_title }}

Crée ton accès portail pour suivre ton dossier et retrouver tes informations plus tard.

{{ form_start(form, {attr: {class: 'stack'}}) }} {{ form_row(form.firstname) }} {{ form_row(form.lastname) }} {{ form_row(form.username) }} {{ form_row(form.email) }} {{ form_row(form.plainPassword) }}
J’ai déjà un compte
{{ form_end(form) }}
{% endblock %}