{% extends 'layouts/two_pane.html' %} {% load yagura_notifications %} {% load url_filter %} {% block content_main %}

{% trans 'Confirm of deleteing recipient' %}

{% 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_ %}
{% csrf_token %}
{% else %}

You do not have permission to delete this recipient

{% endif %}
{% endblock %}