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

{% trans 'List of notifications' %}

<< back to site detail Add notification
{% for recipient in emailrecipient_list %} {% endfor %}
{{ site.created_by.email }} (owner)
{{ recipient.email }} {% if not recipient.enabled %} {# TODO: Need transration #} (not yet enabled) {% endif %} {% can_delete recipient request.user as can_delete_ %} {% if can_delete_ %} Delete {% endif %}
{% endblock %}