{% load i18n %}

{% trans "One-time code (TOTP)" %}

{% if enabled %} {% trans "Disable this factor" %} {% else %} {% trans "Enable this factor " %} {% blocktrans %} in order to secure authentication with a one-time verification code. It will be requested when needed on top of username and password. {% endblocktrans %} {% endif %}