{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load eventurl %} {% block title %}{% trans "Redeem a shared cart" %} :: {{ event.name }}{% endblock %} {% block content %}

{% trans "Redeem a shared cart" %}

{% csrf_token %}

{% trans "Shared cart" %}

{% include "pretixpresale/event/fragment_cart.html" with cart=cart event=request.event editable=False %}
{% blocktrans trimmed with minutes=request.event.settings.reservation_time %} Click on the button to buy these items now. Please note that the button can only be clicked once. If you click it, you will need to confirm the order within {{ minutes }} minutes and you will not be able to use this link again. {% endblocktrans %}
{% endblock %}