{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Delete swap group" %}{% endblock %} {% block content %}

{% trans "Delete swap group" %}

{% csrf_token %}

{% blocktrans with name=object.name %}Are you sure you want to delete the swap_group {{ name }}?{% endblocktrans %}

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