{% extends 'edc_dashboard/bootstrap3/base.html' %} {% load edc_dashboard_extras %} {% 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 failure_limit %}
Too many failed attempts. Try again in {{ cooloff_time_minutes|floatformat:"0" }} minutes.
{% 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|default:"
Username:
"}}
{{ form.password.label_tag|default:"
Password:
" }}
{% if ALLOW_PASSWORD_RESET %} {# Assumes you setup the password_reset view in your URLconf #}

Lost password?

{% endif %} {% index_link %}
{% endblock main %}