{% extends "base.html" %} {% block title %} | Sign in{% endblock %} {% block bodydata %} class="login" {% endblock %} {% block main %}

Sign in

{% include 'snippets/messages.html' %} {% if form.errors %}

We were unable to authenticate you. Either email or password are incorrect. Please try again.

{% elif request.GET.next %}

Please sign in to continue.

{% endif %}
{% csrf_token %}
Not a member yet? Please sign up hereForgot password?
{% endblock %} {% block libraries %} {% endblock %}