{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load eventurl %} {% block title %}{% trans "Swap Request Statistics" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} With this table, you can see how many users currently want to cancel their orders, and if there are matching orders waiting for approval. You can approve orders (as long as your quotas permit it). {% endblocktrans %}
{% blocktrans trimmed %} When you approve orders, the waiting customers are sent an email that their order is now pending and that they need to pay. Only once they have paid, a matching order waiting to cancel will be canceled. {% endblocktrans %}
{% trans "Product" %} | {% trans "Waiting swaps" %} | {% trans "Completed swaps" %} | {% trans "Waiting cancelations" %} | {% trans "Completed cancelations" %} |
---|---|---|---|---|
{{ line.subevent }} | {{ line.open_swap_requests }} | {{ line.completed_swap_requests }} | {{ line.open_cancelation_requests }} | {{ line.completed_cancelation_requests }} |