{% extends "default.html" %} {% block pagetitle %}Hole List{% endblock %} {% block content %}
Hole List
{% for hole, count in holes %} {% if hole.stealth %} {% else %} {% endif %} {% endfor %}
# Name Posts Followers Blockers Created on
{{loop.index}} {{hole}} {% if hole.name in v.hole_blocks %}[blocked, visit it to unblock it]{% endif %} {{count}} {{hole.follow_num}}{{total_users - hole.join_num}}{{hole.block_num}}
{% endblock %}