{% extends "two_factor/admin/_base_focus.html" %} {% load i18n %} {% block content %}
{% 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 %} {% endblock %}