{% load i18n %}

{% trans "Email authentication" %}

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

{% blocktrans trimmed %} To verify your identity, we need to send you a one-time code by email. {% endblocktrans %}

{% else %} {{ form.as_p }} {% if device_can_be_trusted %} {% include "authentic2_auth_trusted_device/form_input.html" %} {% endif %}

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

{% endif %}