{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Delete swap group" %}{% endblock %} {% block content %}
{% blocktrans with name=object.name %}Are you sure you want to delete the swap_group {{ name }}?{% endblocktrans %}