{% extends "base.html" %} {% load static %} {% block content %}

Login

{% if next %}
{% if user.is_authenticated %} Your account doesn't have access to this page. To proceed, please login with an account that has access. {% else %} Please login to see this page. {% endif %}
{% endif %}
Login with

{% if LABCOURSE.LOCAL_LOGIN %}

Or

{% csrf_token %}
{% if form.errors %}
Your username and password didn't match. Please try again.
{% endif %} {% endif %}
{% endblock %} {% block breadcrumb %} {% endblock %} {% block breadcrumb-mobile %} {% endblock %} {% block aside %} {% endblock %}