{% load i18n %}
{% trans "You requested to cancel an event that involves a large bulk refund:" %}

- {% trans "Event" %}: {{ event }}
- {% trans "Estimated refund" %}: **{{ amount }}**

{% trans "To confirm, paste the following code into the cancellation form:" %}

    {{ confirmation_code }}

{% blocktrans with instance=instance %}Don't share this code with anyone. The {{ instance }} team will never ask you for it.{% endblocktrans %}

{% blocktrans with instance=instance %}Thanks,  
The {{ instance }} Team{% endblocktrans %}
