{% load i18n %} {% if has_overpaid_orders %}
{% 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_cancellation_requests %}
{% blocktrans trimmed %} This event contains requested cancellations that you should take care of. {% endblocktrans %} {% trans "Show orders requesting cancellation" %}
{% endif %} {% if has_pending_approvals %}
{% blocktrans trimmed %} This event contains pending approvals that you should take care of. {% endblocktrans %} {% trans "Show orders pending approval" %}
{% 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 %} {% if has_sync_problems %}
{% blocktrans trimmed %} Orders in this event could not be synced to an external system as configured. {% endblocktrans %} {% trans "Show sync problems" %}
{% endif %}