{% extends 'common/base.html' %} {% block content %}
{% if next %} {% if user.is_authenticated %}

Your account doesn't have access to this page

You are authenticated as {{ user.username }}, but are not authorized to access this page. Would you like to login to a different account?

{% endif %} {% endif %} {% if form.errors %}

An error has occurred: Your sign in was unsuccessful. Please check your username and password and try again, or you can change your password here. Note that Students by Course work are not eligible for this service.

{% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}