{% extends "settings2.html" %} {% block pagetitle %}Banned Users{% endblock %} {% block content %}
# | 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}} |