{% extends "layout.html" %} {% block title %}Banlist{% endblock %} {% block content %} {% if current_user.is_authenticated %}
| ID | IP | Last attempt | Failed attempts | |
|---|---|---|---|---|
| {{ banned.id }} | {{ banned.ip }} | {{ banned.last_attempt | ctime }} | {{ banned.failed_attempts }} | Delete |