{% extends "NearBeach/partials/template.html" %} {% load static %} {% block content %} {% for notification in notification_results %}

{{ notification.notification_header }}

{{ notification.notification_message }}
{% endfor %} {% if user.is_superuser %}
{% endif %}


{% endblock %}