{% extends "base.html" %} {% load future i18n %} {% block content %}

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

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

{% csrf_token %} {{ form }}
{% endblock %}