{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Delete question" %}{% endblock %} {% block inside %}
{% blocktrans %}Are you sure you want to delete the question {{ question }}?{% endblocktrans %}
{% blocktrans %}All answers to the question given by the buyers of the following products will be lost.{% endblocktrans %} {% blocktrans with url=edit_url|add:"#tab-0-1-open" %}If you want to keep the answers, edit the question and set it to hidden.{% endblocktrans %}