{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load compress %} {% load static %} {% load escapejson %} {% block title %}{% trans "Statistics" %}{% endblock %} {% block content %}

{% trans "Statistics" %}

{% if request.event.has_subevents %}
{% include "pretixcontrol/event/fragment_subevent_choice_simple.html" %}
{% endif %} {% if has_orders %}

{% trans "Orders by day" %}

{% blocktrans trimmed %} Orders paid in multiple payments are shown with the date of their last payment. {% endblocktrans %}

{% trans "Revenue over time" %}

{% if request.GET.subevent %}
{% blocktrans trimmed context "subevent" %} If you select a single date, payment method fees will not be listed here as it might not be clear which date they belong to. {% endblocktrans %}
{% endif %}

{% blocktrans trimmed %} Only fully paid orders are counted. Orders paid in multiple payments are shown with the date of their last payment. {% endblocktrans %}

{% trans "Orders by product" %}

{% else %}

{% blocktrans trimmed %} We will show you a variety of statistics about your sales right here, as soon as the first orders are submitted! {% endblocktrans %}

{% endif %} {% endblock %}