{% extends 'base.html' %} {% load static %} {% block content %} {% if form.errors %}

Login Failed. Your username and/or password didn't match. Please try again.

Use the "Lost Password" link below to receive a new password by e-mail.

{% endif %}

Login to your Account

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

Your account doesn't have permissions to access this page. Request permission from your supervisor.

{% endif %} {% endif %}
{% csrf_token %} {{ form }}

Lost password?

{% endblock %}