{% extends "user/base.html" %} {% load utils %} {% load i18n %} {% load hostname %} {% load setting %} {% load fieldtype %} {% block title %} {% title "Overview" %} {% endblock %} {% block content %}

{% trans "2-Factor Authentication" %}

{% trans "Status" %}
{% trans "Your Backup tokens:" %}
{% for token in static_tokens %}{{ token.token }}
{% endfor %}
{% endblock %}