{% load perm_tags %}
{% 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 %}
{% blocktrans with title=event.title %}{{ title }}{% endblocktrans %}
{{ event.dt_display }}
{% 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" %}