{% trans "Cancel Event Registration" %}

{% blocktrans with event.title as title and event.start_dt as start_dt %}Are you sure you want to cancel your registration to {{ title }} on {{ start_dt }}? {% endblocktrans %} {% if cancellation_fee and allow_refunds %}
{% blocktrans %}A cancellation fee of ${{ cancellation_fee }} will be applied to your invoice prior to refunding your registration fee. {% endblocktrans %} {% endif %}
{% if registrant %} {% if hash %}
{% csrf_token %} {% else %} {% csrf_token %} {% endif %} {% else %} {% if hash %} {% csrf_token %} {% else %} {% csrf_token %} {% endif %} {% endif %}