{% extends "multifactor/base.html" %} {% load i18n %} {% block card_title %}{% trans "Multi-Factor Authentication" %}{% endblock %} {% block content %}
{% trans "You are logged in but you need to verify one of your secondary factors to continue. Which factor would you like to authenticate with?" %}
{% for link, label, factors in methods %} {{label}} {{factors}} {% endfor %} {% if fallbacks %}