{% extends "default.html" %} {% block pagetitle %}/h/{{sub}} Mods{% endblock %} {% block content %}
/h/{{sub}} Mods
{% for user, mod in users %} {% endfor %}
# Name Mod since
{{loop.index}} {% include "user_in_table.html" %} {% if v.id == user.id or v.mod_date(sub.name) and v.mod_date(sub.name) < mod.created_utc %}
{% endif %}
{% if v.mods(sub.name) %}
{% endif %} {% endblock %}