{% extends "mfa/base_manage.html" %}{% load i18n allauth %} {% block head_title %}{% trans "Two-Factor Authentication" %}{% endblock %} {% block content %}
{% trans "Authentication using an authenticator app is active." %}
{% trans "Deactivate" %} {% else %}{% trans "An authenticator app is not active." %}
{% trans "Activate" %} {% endif %}{% blocktrans count count=authenticators.webauthn|length trimmed %}You have added {{ count }} security key.{% plural %}You have added {{ count }} security keys.{% endblocktrans %}
{% trans "Manage" %} {% else %}{% trans "No security keys have been added." %}
{% trans "Add" %} {% endif %}{% blocktrans count unused_count=unused_count trimmed %} There is {{ unused_count }} out of {{ total_count }} recovery codes available. {% plural %}There are {{ unused_count }} out of {{ total_count }} recovery codes available.{% endblocktrans %}
{% else %}{% trans "No recovery codes set up." %}
{% endif %} {% if is_mfa_enabled %} {% if authenticators.recovery_codes %} {% if unused_count > 0 %} {% trans "View" %} {% trans "Download" %} {% endif %} {% endif %} {% trans "Download" %} {% endif %}