{% load static %}
{% if notification_results %}
{% for notification in notification_results %} {% if forloop.first %}
{{ notification.notification_header }}
{{ notification.notification_message }}
{% else %}
{{ notification.notification_header }}
{{ notification.notification_message }}
{% endif %} {% endfor %}
{% endif %}
NearBeach Login
{% if error_message %}
{{ error_message }}
{% endif %}
{% csrf_token %}
Username
{{ LoginForm.username }}
Password
{{ LoginForm.password }}
Forgotten Password
Login