{% extends "two_factor/_base_focus.html" %} {% load i18n %} {% block content %}

{% block title %}{% trans "Disable Two-factor Authentication" %}{% endblock %}

{% csrf_token %}

{% blocktrans trimmed %}You are about to disable two-factor authentication. This weakens your account security, are you sure?{% endblocktrans %}

{% include "partials/form/fieldset.html" with fields=form %}
{% endblock %}