{% extends "dashboard.html" %} {% block content %}

Loading bans...

{% for ban in bans %} {% endfor %} TZ:
Select All Date IP address Reason Service End date Time left Actions
{{ ban["start_date"] }} {{ ban["ip"] }} {{ ban["reason"] }} {{ ban["service"] if ban["service"] != "_" else "default server" }} {{ ban["end_date"] }} {{ ban["remain"] }}
{% if not is_readonly %} {% endif %} {% endblock %}