{{ 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 %} |
{% extends 'layouts/two_pane.html' %} {% load yagura_notifications %} {% block content_main %}
{{ 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 %} |