{% 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 %}
{% trans "Remove my email from this notification list" %}