{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Delete tax rule" %}{% endblock %} {% block inside %}

{% trans "Delete tax rule" %}

{% csrf_token %} {% if possible %}

{% blocktrans %}Are you sure you want to delete the tax rule {{ taxrule }}?{% endblocktrans %}

{% else %}

{% blocktrans %}You cannot delete a tax rule that is in use for a product or has been in use for any existing orders.{% endblocktrans %}

{% endif %}
{% trans "Cancel" %} {% if possible %} {% endif %}
{% endblock %}