{% extends edc_base_template %} {% block topbar %}{% endblock topbar %} {% block main %}

{{ project_name }}

{{ request.site.name|title }}
{% if not live_system or DEBUG %}
This site is for testing and UAT only.
{% endif %}
{% if form.errors %} {% for error in form.errors.values %}
{{ error|striptags }}
{% endfor %} {% endif %} {% 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.

{% endif %} {% endif %}
{% csrf_token %}
{{ form.username.label_tag }}
{{ form.password.label_tag }}
{% if ALLOW_PASSWORD_RESET %} {# Assumes you setup the password_reset view in your URLconf #}

Lost password?

{% endif %} {% if INDEX_PAGE and INDEX_PAGE_LABEL %}

{{ INDEX_PAGE_LABEL }}

{% endif %}
{% endblock main %}