{% load staticfiles i18n %}
{% trans '2-Factor Authentication' %}
{% block head_end %}{% endblock %} {% block body %}
{% trans '2-Factor Authentication' %}
{% if error %}
{{ error }}
{% endif %}
{% csrf_token %} {{ form }}
{% trans 'Continue' %}
{% trans 'Logout' %}
{% endblock %} {% block body_end %}{% endblock %}