{% extends "mfa/base.html" %} {% load i18n %} {% block content %} {% if object_list|length == 1 %}

{% translate "You have registered only a single key. If you lose access to that key you won't be able log into your account again." %}

{% translate 'Add recovery code' %}
{% endif %}
{% if object_list %} {% translate 'Login keys configured' %} {% else %} {% translate 'No login keys configured' %} {% endif %}

{% translate 'Two-factor authentication adds an additional layer of security to your account by requiring more than just a password to log in.' %}

{% translate 'Add TOTP key' %} {% translate 'Add FIDO2 key' %} {% translate 'Add recovery code' %}
{% endblock %}