{% blocktrans trimmed %}
This event contains overpaid orders, for example due to duplicate payment attempts.
You should review the cases and consider refunding the overpaid amount to the user.
{% endblocktrans %}
{% trans "Show overpaid orders" %}
{% endif %}
{% if has_pending_refunds %}
{% blocktrans trimmed %}
This event contains pending refunds that you should take care of.
{% endblocktrans %}
{% trans "Show pending refunds" %}
{% endif %}
{% if has_pending_orders_with_full_payment %}
{% blocktrans trimmed %}
This event contains fully paid orders that are not marked as paid, probably
because no quota was left at the time their payment arrived. You should review the cases and consider
either refunding the customer or creating more space.
{% endblocktrans %}
{% trans "Show affected orders" %}
{% endif %}
{% eventsignal request.event "pretix.control.signals.event_dashboard_top" request=request %}
{% if request.event.has_subevents %}
{% endif %}
{% if not request.event.has_subevents or subevent %}
{% include "pretixcontrol/event/fragment_timeline.html" %}
{% endif %}