{% 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 %}
{% trans %}Howto{% endtrans %}
{% trans %}Scan this QR code or use text informations{% endtrans %}
{{ key }}
{{ name }}
{{ issuer }}