{% extends "admin/base-admin.html" %} {% block title %}Two-Factor Authentication{% endblock %} {% block content %}

{% trans %}Two-Factor Authentication{% endtrans %}

{% trans %}Enter the 6-digit code from your authenticator app{% endtrans %}

{% if error %}
{{ error }}
{% endif %} {% with messages = get_flashed_messages(with_categories=true) %}{% for cat, msg in messages %}{% endfor %}{% endwith %}
{% endblock %}