{% extends "authentic2/base-page.html" %} {% load i18n %} {% block content %}

{% trans "Email authentication activation" %}

{% csrf_token %} {% if not code_sent %}

{% blocktrans trimmed %} To enable this factor, we need to send you a one-time code by email. {% endblocktrans %}

{% else %} {{ form.as_p }}

{% blocktrans trimmed %} If you did not receive this email, you can request another one by clicking the button below. {% endblocktrans %}

{% endif %}
{% endblock %}