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

{% trans "Your cart" %} {% if cart.positions %} {% endif %}

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

{% trans "You already selected the following payment methods:" %}

{% for p in cart.current_selected_payments %}
{{ p.provider_name }}
{% if p.payment_amount %} {{ p.payment_amount|money:request.event.currency }} {% endif %}
{% endfor %}
{% endif %}

{% csrf_token %}

{% if vouchers_exist and not cart.all_with_voucher %}

{% csrf_token %}
{% endif %}