{% trans "Authentication using an authenticator app is active." %}
{% trans "An authenticator app is not active." %}
{% blocktrans with unused=authenticators.recovery_codes.get_unused_codes|length total=authenticators.recovery_codes.generate_codes|length %}{{ unused }} of {{ total }} recovery codes remaining.{% endblocktrans %}
{% else %}{% trans "No recovery codes set up." %}
{% endif %} {% if is_mfa_enabled and authenticators.recovery_codes %}{% blocktrans count counter=count %}{{ counter }} security key registered.{% plural %}{{ counter }} security keys registered.{% endblocktrans %}
{% else %}{% trans "No security keys registered." %}
{% endif %} {% endwith %}