{% load perm_tags %} {% trans 'Event Added - Notification' %}

{% blocktrans with first_name=user.first_name last_name=user.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" %}

{% if event.is_recurring_event %}

{% trans "This is a recurring event, you can view the rest of the events here" %}: {% trans "View recurring event list" %}

{% endif %}

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