{% load i18n %} {% load perm_tags %} Event Added - Notification

{% blocktrans with user.first_name as first_name and user.last_name as last_name %}{{ first_name }} {{ last_name }} just added the following event from {{ SITE_GLOBAL_SITEDISPLAYNAME }}{% endblocktrans %}

{{ event.title }}

{{ event.dt_display }}

{% trans "View event details" %}

{% trans "Remove my email from this notification list" %}