{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Delete a two-factor authentication device" %}{% endblock %} {% block content %}
{% 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." %}