{% extends 'base.html.twig' %} {% block title %}Vérification email — Bubul{% endblock %} {% block show_sidebar %}false{% endblock %} {% block meta_robots %}noindex, nofollow{% endblock %} {% block body %} {% embed '_organisms/step-layout/step-layout.html.twig' %} {% block heading %}

Vérifiez votre email

Code envoyé à {{ email }}

{% endblock %} {% block card %} {% if error is defined and error %}
{{ error }}
{% endif %} {% if success is defined and success %}
{{ success }}
{% endif %}
{% for i in 1..6 %} {% endfor %}

Auto-soumission • Valide 15 min

{% endblock %} {% block bottom %}

E-mail en cours de vérification : {{ email }}

Utiliser une autre adresse e-mail
{% endblock %} {% endembed %} {% endblock %}