{% extends "redissentry/base.html" %} {% load adminmedia admin_list i18n %} {% block breadcrumb %}Dashboard{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %}
| IP address | Failed attempts | Time left | Action |
|---|---|---|---|
| {{ ip }} | {{ n }} | {{ ttl }} | remove |
– empty –
{% endif %}| IP address | Blocked attempts | Time left | Action |
|---|---|---|---|
| {{ ip }} | {{ n }} | {{ ttl }} | remove |
– empty –
{% endif %}| Username | Failed attempts per IP | Time left | Action |
|---|---|---|---|
| {{ username }} | {% for ip, n in v %}{{ ip }}: {{ n }} {% endfor %} |
{{ ttl }} | remove |
– empty –
{% endif %}| Username | Blocked attempts | Time left | Action |
|---|---|---|---|
| {{ username }} | {{ n }} | {{ ttl }} | remove |
– empty –
{% endif %}| IP address | Username | Failed attempts | Time left | Action |
|---|---|---|---|---|
| {{ ip }} | {{ username }} | {{ n }} | {{ ttl }} | remove |
– empty –
{% endif %}| IP address | Username | Blocked attempts | Time left | Action |
|---|---|---|---|---|
| {{ ip }} | {{ username }} | {{ n }} | {{ ttl }} | remove |
– empty –
{% endif %}{{ log }}{% else %}– empty –
{% endif %}