Login

{% if data.login_error %}
Invalid username and/or password. Please try again or contact an administrator for any assistance.
{% endif %} {% if data.login_locked %}
Your username is not activated yet. Please check back soon or contact an administrator for any assistance.
{% endif %}
{% csrf_token %} {% for field in data.login_form.visible_fields %}
{{ field }}
{% endfor %} {% for field in data.login_form.hidden_fields %} {{ field }} {% endfor %} {% if USE_EMAIL %} Forgot password? {% endif %}
{% if data.with_website_features %} {% endif %}