{% set auth_page = true %} {% extends "security/panel.html" %} {% block panel_image %}
{{ _('Registration') }}
{% endblock %} {% block panel_title %}{{ _('Authentication registration') }}{% endblock %} {% block panel_body %}
{% if mfa_view is not defined or mfa_view is none %}
{% for mfa in mfa_list %}
{% endfor %}
{% if next_url != 'internal' %}
{% endif %} {% else %}
{{ mfa_view | safe }}
{% endif %}
{% else %}
{{ error_message }}
{% endif %} {% endblock %}