{% load staticfiles %} Sign In {%if user.is_authenticated %} {% endif %} {% block content %}
{% if next %} {% if user.is_authenticated %}

Your account doesn't have access.

{% else %}

Please login to see this page.

{% endif %} {% endif %}

Sign In

{% csrf_token %}
Don't have an Account?
{% if form.errors %}

Failed! Login with correct credentials.

{% endif %}
{% endblock %}