{% extends 'hidp/base_post_login.html' %} {% load i18n %} {% block title %}{% translate 'Two-factor authentication' %}{% endblock %} {% block main %}

{% translate 'Disable two-factor authentication' %}

{% translate "Warning" %}: {% translate "Disabling two-factor authentication will make your account less secure." %}

{% csrf_token %} {{ form }} {% include 'hidp/includes/forms/submit_row.html' with submit_label=_('Disable two-factor authentication') cancel_url=back_url %}

{% url 'hidp_otp_management:disable-recovery-code' as recovery_code_url %} {% blocktranslate %}If you have lost your device, you can use a recovery code instead.{% endblocktranslate %}

{% endblock %}