{% extends "page.html" %} {% load static humanize %} {% block title %}Locked Out!{% endblock %} {% block styles %} {{ block.super }} {% endblock %} {% block flash %}{% endblock %} {% block primary_content %}
{% block lockout_image %} {% endblock %}

You have exceeded the amount of allowed login attempts ({{ failure_limit }}).

{% if cooloff_time %}

Your account will be unlocked {{ cooloff_time|human_duration }}, at which point you may try again.

{% else %}

Please contact your system admin for more assistance.

{% endif %}
{% endblock %}