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