{% load static i18n %}
{% trans '2-Factor Authentication' %}
{% trans '2-Factor Authentication' %}
{% csrf_token %}
{% if form.non_field_errors or form.code.errors %}
{% for err in form.non_field_errors %}
{{ err }}
{% endfor %} {% if form.code.errors %}
({{ form.code.label }}) {{ form.code.errors }}
{% endif %}
{% endif %}
{% trans 'two.factor.code.label' %}
{% trans 'Continue' %}
{% trans 'Logout' %}