{% import 'macros/forms.html' as forms %} {% import "macros/verify_email.html" as verify_email %} {% extends "auth/layout.html" %} {% block head_title_content %}{{ _('Verify your email') }}{% endblock %} {% block title %}{{ _('Verify your email') }}{% endblock %} {% block auth_form %}

{{ _("To complete the email verification process, please check your email for the verification code. Enter the code below to verify your email address.") }}

{{ verify_email.form(form, code_length) }}
{{ _('Resend the code') }}
{% endblock %}