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

You don't have access to view this content.

Please login to an account that has access in order to view this content.

{% else %}

Please login to view this content.

{% endif %} {% endif %}
{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %} {% csrf_token %}
{{ form.username }}

{{ form.username.help_text }}

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

{{ form.password.help_text }}

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

Don't have an account? Click here to register.