{% load i18n %} {% load perm_tags %}
{% 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 %}
{% 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" %}