{% load i18n %}

{% trans "SMS authentication" %}

{% csrf_token %} {% if no_phone_number %}

{% blocktrans trimmed %} Code cannot be sent by SMS as no phone number has been set. {% endblocktrans %}

{% elif not code_sent %}

{% blocktrans trimmed %} To verify your identity, we need to send you a one-time code by SMS. {% 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 SMS, you can request another one by clicking the button below. {% endblocktrans %}

{% endif %}