{% extends "settings2.html" %} {% block pagetitle %}Banned Users{% endblock %} {% block content %}
Banned Users
{% if v and v.admin_level >= PERMS['VIEW_LAST_ACTIVE'] -%} {%- endif %} {% for user in users %} {% if v and v.admin_level >= PERMS['VIEW_LAST_ACTIVE'] -%} {%- endif %} {% endfor %}
# NameLast ActiveBan reason Banned by Unban in
{{loop.index}} {% include "user_in_table.html" %}{% if user.ban_reason %}{{user.ban_reason}}{% endif %} {% with user=user.banned_by %} {% include "user_in_table.html" %} {% endwith %} {{user.unban_in}}
{% endblock %}