{% load i18n %} {% block subject %} {% blocktrans %}TOTP recovery on {{ site_name }}{% endblocktrans %} {% endblock subject %} {% block text_body %} {% blocktrans %}You're receiving this email because you requested to disable two-factor authentication (TOTP) on your {{ site_name }} account.{% endblocktrans %} {% trans "Please go to the following page to confirm and disable TOTP:" %} {{ protocol }}://{{ domain }}{{ url|safe }} {% trans "If you did not request this, please ignore this email." %} {% trans "Thanks for using our site!" %} {% blocktrans %}The {{ site_name }} team{% endblocktrans %} {% endblock text_body %} {% block html_body %}

{% blocktrans %}You're receiving this email because you requested to disable two-factor authentication (TOTP) on your {{ site_name }} account.{% endblocktrans %}

{% trans "Please go to the following page to confirm and disable TOTP:" %}

{{ protocol }}://{{ domain }}{{ url|safe }}

{% trans "If you did not request this, please ignore this email." %}

{% trans "Thanks for using our site!" %}

{% blocktrans %}The {{ site_name }} team{% endblocktrans %}

{% endblock html_body %}