{% extends 'lemoncurry/layout.html' %} {% load lemonauth_tags static %} {% block title %}log in ~ {{ block.super }}{% endblock %} {% block styles %} {% endblock %} {% block main %}
{% if form.errors %}

Uh oh! Your username and password didn't match. Please try again.

{% endif %} {% if next %} {% if 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 %}
{% form_field form.username %} {% form_field form.password %}
{% csrf_token %}
{% endblock %}