{% extends "base.html" %} {% load avatar_tags i18n %} {% block sub_title %}{% trans "Settings" %} - {% endblock %} {% block main_class %}d-flex ovhd{% endblock %} {% block main_content %}
{% trans "Status" %}: {% trans "enabled" %}
{% trans "Disable Two-Factor Authentication" %}
{% blocktrans %}If you don't have any device with you, you can access your account using backup codes.{% endblocktrans %} {% blocktrans count counter=backup_tokens %}You have only one backup code remaining.{% plural %}You have {{ counter }} backup codes remaining.{% endblocktrans %}
{% else %}{% blocktrans %}Two-factor authentication is not enabled for your account. Enable two-factor authentication for enhanced account security.{% endblocktrans %}
{% endif %}{% trans "This operation will not be reverted. Please think twice!" %}