{% extends "two_factor/_base_focus.html" %} {% load i18n two_factor %} {% block content %}
{% blocktrans %}Enter your credentials.{% endblocktrans %}
{{ instructions }}
{% trans "Or, alternatively, use one of your backup phones:" %}
{% for other in other_devices %} {{ other|device_action }} {% endfor %}