{% extends 'layouts/two_pane.html' %} {% load yagura_notifications %} {# TODO: Need transration #} {% block content_main %}

{% trans 'List of Slack recipient' %}

<< back to site detail Add notification
{% for recipient in slackrecipient_list %} {% endfor %}
{{ recipient.url }} {% can_delete recipient request.user as can_delete_ %} {% if can_delete_ %} Delete {% endif %}
{% endblock %}