{% extends 'lemoncurry/layout.html' %} {% block styles %} {% endblock %} {% block main %}
{% if form.errors %}

uh oh! your login details didn't match, please try again

{% elif next %} {% if request.user.is_authenticated %}

hang on! your account doesn't have access to this page :( to proceed, please log in to an account that does have access!

{% else %}

oops! please log in to see this page

{% endif %} {% endif %}
{{ csrf_input }}
{% endblock %}