{% extends "account/base.html" %} {% load i18n static %} {% block head_title %}{% trans "Account Locked" %}{% endblock %} {% block title %}{% trans "Account Locked" %}{% endblock %} {% block accounts_content %}

{% trans "Account blocked" %}

{% blocktrans %} You have entered the wrong password more than {{ failure_limit }} times. We will temporarily lock {{ username }}'s account within {{ cooloff_timedelta }}. {% endblocktrans %}

{% translate 'Please try again and make sure you entered the correct password. Or try using the function ' %} {% translate 'forgot password' %}.

{% trans 'If you have any problems, please contact the administrator.' %}

{% endblock %}