{% load i18n %} {% load eventurl %} {% load safelink %} {% load rich_text %} {% load money %}

{% trans "Your cart" %}

{% include "pretixpresale/event/fragment_cart.html" with cart=cart event=request.event editable=True %}

{% csrf_token %}

{% if vouchers_exist and not cart.all_with_voucher %}

{% csrf_token %}
{% endif %}