{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load compress %} {% load static %} {% load escapejson %} {% load money %} {% load getitem %} {% block title %}{% trans "Statistics" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} Orders paid in multiple payments are shown with the date of their last payment. Placed orders include all orders (pending, paid, canceled, and expired); paid orders include only paid orders and exclude all canceled orders. {% endblocktrans %}
{% blocktrans trimmed %} Attendees in orders paid in multiple payments are shown using the date of the final payment. Order dates reflect when the order was first placed; attendees added later via additional order positions still use the original order date. Attendees in placed orders include those from all order states (pending, paid, canceled, and expired); attendees in paid orders include only those from paid orders and exclude those from canceled orders. {% endblocktrans %}
{% blocktrans trimmed %} Attendees in orders paid in multiple payments are shown using the date of the final payment. Order dates reflect when the order was first placed; attendees added later via additional order positions still use the original order date. Attendees in placed orders include those from all order states (pending, paid, canceled, and expired); attendees in paid orders include only those from paid orders and exclude those from canceled orders. {% endblocktrans %}
{% if request.GET.subevent %} {% blocktrans trimmed %} Only fully paid orders are counted. Orders paid in multiple payments are shown with the date of their last payment. Revenue excludes all fees, including cancellation fees. {% endblocktrans %} {% else %} {% blocktrans trimmed %} Only fully paid orders are counted. Orders paid in multiple payments are shown with the date of their last payment. Revenue includes all fees, including cancellation fees from canceled orders. {% endblocktrans %} {% endif %}
{% blocktrans trimmed %} Placed orders include all orders (pending, paid, canceled, and expired); paid orders include only paid orders and exclude all canceled orders. {% endblocktrans %}
| {% trans "Product" %} | {% trans "Unsold Seats" %} | {% trans "Potential Profits" %} | |||
|---|---|---|---|---|---|
| {% trans "Minimum Price" %} | {% trans "Blocked" %} | {% trans "Available" %} | {% trans "Blocked" %} | {% trans "Available" %} | |
| {% trans "On Sale" %} | |||||
| {{ item }} | {{ props.price|money:request.event.currency }} | {{ props.blocked.seats }} | {{ props.free.seats }} | {{ props.blocked.potential|money:request.event.currency }} | {{ props.free.potential|money:request.event.currency }} |
| {% trans "Not on Sale" %} | |||||
| {% trans "Seats not attributed to any specific product" %} | {{ unattributed.blocked.seats }} | {{ unattributed.free.seats }} | |||
{% blocktrans trimmed %} We will show you a variety of statistics about your sales right here, as soon as the first orders are submitted! {% endblocktrans %}