{% load i18n %} {% trans "Fund a ticket" %} ยท {{ event.name }}

{% trans "Fund a ticket" %}

{% blocktrans %}Not everyone can afford to be here. Cover a ticket for someone who can't, and we'll add it to the solidarity pool for a low-income fan to claim.{% endblocktrans %}

{% if messages %}{% for m in messages %}
{{ m }}
{% endfor %}{% endif %}
{% trans "One funded ticket" %}
{{ event.currency }} {{ amount }}
{% csrf_token %}
{% trans "Back to my order" %}