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

{% trans "Statistics" %}

{% if has_orders %}

{% trans "Orders by day" %}

{% trans "Revenue over time" %}

{% 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 %}