{% extends "two_factor/_base_focus.html" %} {% load i18n two_factor %} {% block content %}
{% blocktrans %}Enter your credentials.{% endblocktrans %}
{% elif wizard.steps.current == 'token' %} {% if device.method == 'call' %}{% blocktrans %}We are calling your phone right now, please enter the digits you hear.{% endblocktrans %}
{% elif device.method == 'sms' %}{% blocktrans %}We sent you a text message, please enter the tokens we sent.{% endblocktrans %}
{% else %}{% blocktrans %}Please enter the tokens generated by your token generator.{% endblocktrans %}
{% endif %} {% endif %} {% endblock %}