{% extends "admin_extra_buttons/action_page.html" %} {% block action-content %} {% for e in original.events.all %} {% endfor %}
Event Notifications
{{ e }}
    {% for n in e.notifications.all %}
  • {{ e }}
  • {% endfor %}
{% endblock action-content %}