{% extends "default.html" %} {% block pagetitle %}/h/{{hole}} Mods{% endblock %} {% block content %}
/h/{{hole}} 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(hole.name) and v.mod_date(hole.name) < mod.created_utc %}
{% endif %}
{% if v.mods(hole.name) %}
{% endif %} {% endblock %}