{% extends "security/base.html" %} {% from "security/_macros.html" import render_field_with_errors, render_field, render_field_errors %} {% block content %} {% include "security/_messages.html" %}
Currently Active options: {% if active_methods %} {{ ", ".join(active_methods) }} {% else %} None. {% endif %}
{{ _fsdomain("Open your authenticator app on your device and scan the following qrcode to start receiving codes:") }}
{{ _fsdomain("Code has been sent") }} {% endif %} {{ render_field(us_setup_form.submit) }} {% else %}