{% extends "page.html" %} {% load static humanize %} {% block title %}Locked Out!{% endblock %} {% block styles %} {{ block.super }} {% endblock %} {% block flash %}{% endblock %} {% block primary_content %}
You have exceeded the amount of allowed login attempts ({{ failure_limit }}).
Your account will be unlocked {{ cooloff_time|human_duration }}, at which point you may try again.
Please contact your system admin for more assistance.