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