{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Access locked" %}

{% blocktrans with failed_access.failed_logins as retries %}The access to the site has been locked because you had more than {{ retries }} failed access attempts.{% endblocktrans %}

{% blocktrans with ip as ip %}Your IP {{ ip }} has been logged.{% endblocktrans %}

{% endblock %}