{% extends "account/base.html" %} {% load i18n %} {% block head_title %} {% trans "Two-Factor Authentication" %} {% endblock %} {% block content %}
{% translate "Authentication using an authenticator app is active." %}
{% else %}{% translate "An authenticator app is not active." %}
{% endif %}{% blocktranslate with total_count=authenticators.recovery_codes.generate_codes|length count unused_count=authenticators.recovery_codes.get_unused_codes|length %}There is {{ unused_count }} out of {{ total_count }} recovery codes available.{% plural %}There are {{ unused_count }} out of {{ total_count }} recovery codes available.{% endblocktranslate %}
{% else %}{% translate "No recovery codes set up." %}
{% endif %}