{% load i18n %} {% load eventurl %} {% load safelink %} {% load rich_text %} {% load money %} {% blocktrans asvar s_taxes %}taxes{% endblocktrans %}
{% if line.addon_to %} + {% endif %} {{ line.item.name }} {% if line.variation %} – {{ line.variation }} {% endif %}
{% if line.seat or line.voucher or line.subevent or line.used_membership%}{% if cart.minutes_left > 0 or cart.seconds_left > 0 %} {% blocktrans trimmed with minutes=cart.minutes_left %} The items in your cart are reserved for you for {{ minutes }} minutes. {% endblocktrans %} {% else %} {% trans "The items in your cart are no longer reserved for you. You can still complete your order as long as they’re available." %} {% endif %}
{% else %}{% trans "Overview of your ordered products." %}
{% endif %}