{% extends "layout.html" %} {% block title %}Banlist{% endblock %} {% block content %} {% if current_user.is_authenticated %}

Banlist

{% for banned in banlist %} {% endfor %}
IDIPLast attemptFailed attempts
{{ banned.id }} {{ banned.ip }} {{ banned.last_attempt | ctime }} {{ banned.failed_attempts }} Delete

Purge
{% endif %} {% endblock %}