{% extends "base.html" %} {% block title %} {% trans %}Two-factor authentication{% endtrans %} {% endblock %} {% block subtitle %}{% trans %}with Time-based One-Time Password (TOTP){% endtrans %}{% endblock %} {% block content %} {% if not key %}
{% trans %}Not configured{% endtrans %}

{% trans %}Two-factor authentication with Time-based One-Time Passowrd is not setup.{% endtrans %}
{% trans %}Click on "Setup TOTP" to get started.{% endtrans %}

{% else %}
{% trans %}Howto{% endtrans %}

{% trans %}Scan this QR code or use text informations{% endtrans %}

{% endif %} {% endblock %} {% block actions %} {% if not key %} {% trans %}Setup TOTP{% endtrans %} {% else %} {% trans %}Delete TOTP{% endtrans %} {% endif %} {% endblock %}