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

{% trans "Delete a two-factor authentication device" %}

{% csrf_token %}

{% blocktrans trimmed with device=device.name %} Are you sure you want to delete the authentication device "{{ device }}"? {% endblocktrans %}

{% trans "You will no longer be able to use this device to log in to pretix." %}

{% trans "If this is the only device connected to your account, we will disable two-factor authentication." %}

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