{% extends "base_login_page.html" %} {% block content %}

You need to validate a second factor to complete your login.

{% for factor in user.get_distinct_factors_types() %} Factor icon
{{ factor.type_str() }}
{{ factor.description_str() }}

{% endfor %}
Sign out
{% endblock content %}