{% extends "settings2.html" %} {% block pagetitle %}Banned Users{% endblock %} {% block content %}
Users who are permabanned or have more than 30 days to be unbanned
{% for user in users %} {% endfor %}
# Name Ban 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 %}