{% 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 %} {% with user=user.banned_by %} {% endwith %} {% endfor %}
# NameLast ActiveTruescore Ban reason Banned by Unban in
{{loop.index}} {% include "user_in_table.html" %}{{user.truescore}} {% if user.ban_reason %}{{user.ban_reason}}{% endif %} {% include "user_in_table.html" %}
{% endblock %}