{% set title = title|default(_fsdomain("Select Two-Factor Method")) %} {% extends "security/base.html" %} {% from "security/_macros.html" import prop_next, render_field_with_errors, render_field %} {% block content %} {% include "security/_messages.html" %}

{{ _fsdomain('Select Two-Factor Method') }}

{{ two_factor_select_form.hidden_tag() }} {{ render_field_with_errors(two_factor_select_form.which) }} {{ render_field(two_factor_select_form.submit) }}
{% include "security/_menu.html" %} {% endblock content %}