{% extends "bi/base.html" %} {% block content %} {% if form.errors %}

There are no user with this username or password.

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

You are authenticated, but are not authorized to access this page.

{% else %}

Please log in to see this page.

{% endif %} {% endif %}
{% csrf_token %}
{% endblock %}