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

{{ notification.notification_header }}

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

NearBeach Login

{% if error_message %} {% endif %}
{% csrf_token %}
{{ LoginForm.username }}
{{ LoginForm.password }}