{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Two-factor authentication" %}{% endblock %} {% block content %}

{% trans "Leave teams that require two-factor authentication" %}

{% csrf_token %}

{% trans "Do you really want to leave the following teams?" %}

{% trans "Cancel" %}
{% endblock %}