{% load i18n %} {% trans "Send as a gift" %} ยท {{ event.name }}

{% trans "Send this ticket as a gift" %} ๐ŸŽ

{% blocktrans %}We'll create a claim link. Once your friend claims it, the ticket becomes theirs and your copy stops working.{% endblocktrans %}

{% if messages %}{% for m in messages %}
{{ m }}
{% endfor %}{% endif %} {% if gift and claim_url %}

{% blocktrans %}Status: {{ gift.status }}. Send this link to your friend, or enter their email below and we'll email it.{% endblocktrans %}

{% endif %}
{% csrf_token %}
{% trans "Back to my order" %}