{% extends 'base.html.twig' %} {% block title %}Changer mon email - Cahiers d'exercice {% endblock %} {% block body %}
{% include 'book/components/_title.html.twig' %} {% include 'book/components/_menu.html.twig' %}

Mon compte

{{account.email}}
Retour

Changer mon email


{{ form_start(form, {'attr': {'class': 'form-apply'}}) }}
{{ form_row(form.email) }}
{{ form_row(form.captcha) }}
{{ form_end(form) }}
{% endblock %}