{% load i18n %} {% load eventurl %} {% load daterange %} {% load safelink %} {% load rich_text %} {% load money %} {% blocktrans asvar s_taxes %}taxes{% endblocktrans %}
{{ gc.secret }}
{% trans "Current value:" %}
{{ gc.value|money:gc.currency }}
{% trans "Details" %}
{% 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 %}