{% extends base_template %} {% load i18n %} {% block main_modifier %} mfa-main--wide{% endblock %} {% block content %}

{% trans "Two-factor authentication" %}

{% trans "Add a second step to your sign-in so a stolen password isn't enough on its own." %}

{% trans "Your methods" %}

{% if authenticators %} {% else %}

{% trans "You haven't set up two-factor authentication yet." %}

{% endif %}

{% trans "Add a method" %}

{% if available_adapters %} {% else %}

{% trans "There is nothing left to add." %}

{% endif %}

{% trans "Recovery codes" %}

{% blocktrans count remaining=recovery_codes_remaining %}{{ remaining }} code remaining.{% plural %}{{ remaining }} codes remaining.{% endblocktrans %} {% trans "Use one to sign in if you lose access to your other methods." %}

{% trans "View recovery codes" %}
{% endblock %}