{% load perm_tags %}
{% if user_is_registrant %} {% blocktrans with user.first_name as user_first and user.last_name as user_last %}{{ user_first }} {{ user_last }} just cancelled their registration on {{ SITE_GLOBAL_SITEDISPLAYNAME }}{% endblocktrans %} {% else %} {% if user.is_anonymous %} {% trans "An anonymous user just cancelled the registration for:" %} {% else %} {% blocktrans with user.first_name as user_first and user.last_name as user_last %}{{ user_first }} {{ user_last }} just cancelled the registration for:{% endblocktrans %} {% endif %} {% if registrant.first_name or registrant.last_name %} {{ registrant.first_name }} {{ registrant.last_name }} {% else %} {% trans "guest" %} #{{ registrant.pk }} {% endif %} {% endif %} on {{ SITE_GLOBAL_SITEDISPLAYNAME }}
{% blocktrans with title=event.title %}{{ title }}{% endblocktrans %}
{{ event.dt_display }}
{% blocktrans with event.registrants.count as eventreg and registrants_paid.count as regpaid and event.money_collected as eventmoney and registrants_pending.count as regpend and event.money_outstanding as eventout %}We now have {{ eventreg }} registrants, {{ regpaid }} paid (${{ eventmoney }}) and {{ regpend }} pending ({{ eventout }}){% endblocktrans %}