{% blocktrans with url=site.url %}Deleting notification for {{ recipient }}{% endblocktrans %}
{% can_delete emailrecipient request.user as can_delete_ %} {% if can_delete_ %} {% else %}You do not have permission to delete this recipient
{% endif %}