{% load i18n %} {% trans "Claim a ticket" %} · {{ event.name }}

{% trans "Claim a ticket" %}

{% blocktrans %}If money is the only thing keeping you from the festival, ask here. Other fans have funded tickets for people who can't afford one — tell us how to reach you and we'll be in touch.{% endblocktrans %}

{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %} {{ form.name }} {% if form.name.errors %}
{{ form.name.errors }}
{% endif %} {{ form.email }} {% if form.email.errors %}
{{ form.email.errors }}
{% endif %} {{ form.note }} {% if form.note.errors %}
{{ form.note.errors }}
{% endif %}