{% extends "settings2.html" %} {% block pagetitle %}Chuds{% endblock %} {% block content %}
Users who are permachudded or have more than 30 days to be unchudded
{% 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 ActiveUnchud in
{{loop.index}} {% include "user_in_table.html" %}{{user.unchud_in}}
{% endblock %}