{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inner %}

{% trans "Revoke device access:" %} {{ device.name }}

{% csrf_token %}

{% blocktrans %}Are you sure you want remove access for this device?{% endblocktrans %} {% trans "All data of this device will stay available, but you can't use the device any more." %}

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