{% extends "settings2.html" %} {% block content %}
# | Name | Ban reason | Banned by |
---|---|---|---|
{{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 %} |