diff --git a/src/pretix/plugins/statistics/templates/pretixplugins/statistics/index.html b/src/pretix/plugins/statistics/templates/pretixplugins/statistics/index.html index c6d1cac32b..6b9c2d226f 100644 --- a/src/pretix/plugins/statistics/templates/pretixplugins/statistics/index.html +++ b/src/pretix/plugins/statistics/templates/pretixplugins/statistics/index.html @@ -45,10 +45,19 @@ {% endif %}
- {% blocktrans trimmed %} - Only fully paid orders are counted. - Orders paid in multiple payments are shown with the date of their last payment. - {% 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 cancelled orders. + {% endblocktrans %} + {% endif %}