{% extends "two_factor/_base_focus.html" %} {% load i18n %} {% block content %}

{% block title %}{% trans "Add Backup Phone" %}{% endblock %}

{% if wizard.steps.current == 'setup' %}

{% blocktrans trimmed %}You'll be adding a backup phone number to your account. This number will be used if your primary method of registration is not available.{% endblocktrans %}

{% elif wizard.steps.current == 'validation' %}

{% blocktrans trimmed %}We've sent a token to your phone number. Please enter the token you've received.{% endblocktrans %}

{% endif %}
{% csrf_token %} {% include "two_factor/_wizard_forms.html" %} {# hidden submit button to enable [enter] key #} {% include "two_factor/_wizard_actions.html" %}
{% endblock %}