{% extends "mfa/base.html" %} {% load i18n %} {% block content %}
{% 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' %}
{% endblock %}