{% extends 'base.html.twig' %} {% block title %}Verification - Echeancier - Association E-Cosplay{% endblock %} {% block body %}

Verification

{{ echeancier.reference }} - Un code a ete envoye a {{ customer.email }}

{% if error %}
{{ error }}
{% endif %}

Saisissez le code de verification a 6 chiffres recu par email pour acceder a votre echeancier.

Le code expire dans 15 minutes.

{% endblock %}