{% extends 'paxalia/auth_base.html' %} {% load i18n %} {% block title %}{% trans "Two-factor verification" %} ยท {{ brand_name }}{% endblock %} {% block content %}

{% trans "Layer 2" %}

{% trans "Two-factor verification" %}

{% trans "Enter the code from your authenticator app, or use a one-time recovery code." %}

{% csrf_token %}
{% for i in '123456' %}{% endfor %}
{% trans "or" %}
{% if rate_limited %}
{% trans "Too many verification attempts. Please wait and try again." %}
{% endif %}
{% endblock %}