{% extends "two_factor/_base_focus.html" %} {% load i18n %} {% block content %}
{% blocktrans %}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 %}We've sent a token to your phone number. Please enter the token you've received.{% endblocktrans %}
{% endif %} {% endblock %}