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