{% load static %}
{% for notification in notification_results %}

{{ notification.notification_header }}

{{ notification.notification_message }}
{% endfor %}

NearBeach Login

{% block content_wrapper %} {% block content %}{% endblock %} {% endblock %}