{% if not request.event.settings.waiting_list_enabled %}
{% trans "The waiting list is disabled, so if the event is sold out, people cannot add themselves to this list. If you want to enable it, go to the event settings." %}
{% endif %}
{% if request.eventperm.can_change_orders %}
{% endif %}
{% trans "Sales estimate" %}
{% blocktrans trimmed with amount=estimate|default:0|floatformat:2 currency=request.event.currency %}
If you can make enough room at your event to fit all the persons on the waiting list in, you
could sell tickets worth an additional {{ amount }} {{ currency }}.
{% endblocktrans %}
{% include "pretixcontrol/pagination.html" %}
{% endblock %}