{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Delete product property" %}{% endblock %} {% block inside %}

{% trans "Delete product property" %}

{% if not possible %}

{% blocktrans %}You can not delete the property {{ property }} as long as the following products use it:{% endblocktrans %}

{% else %}
{% csrf_token %}

{% blocktrans %}Are you sure you want to the property {{ property }}?{% endblocktrans %}

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