{% load i18n %} {% trans "Chip in" %} ยท {{ event.name }}

{% trans "Chip in" %}

{% blocktrans %}Every little helps us keep the festival going. Add a donation to your order.{% endblocktrans %}

{% if messages %}{% for m in messages %}
{{ m }}
{% endfor %}{% endif %} {% if roundup and roundup > 0 %}
{% csrf_token %}
{% endif %}
{% for p in presets %}
{% csrf_token %}
{% endfor %}
{% csrf_token %}
{% trans "Back to my order" %}