{% extends "default.html" %} {% block pagetitle %}Chuds{% endblock %} {% block content %}
Chudded 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 %} {% endfor %}
# NameLast ActiveTruescore Chudded by Unchud in
{{loop.index}} {% include "user_in_table.html" %}{{user.truescore}} {{user.chudder | safe}}
{% endblock %}