upstream/v2026.1.0 #12

Merged
simon merged 241 commits from upstream/v2026.1.0 into master 2026-02-03 21:56:32 +00:00
Showing only changes of commit 9cf66de437 - Show all commits

View File

@@ -45,10 +45,19 @@
{% endif %}
<p class="help-block">
<small>
{% 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 %}
</small>
</p>
</div>