{% extends "default.html" %} {% block pagetitle %}Holes{% endblock %} {% block content %}

Create Hole

3-25 characters, including letters, numbers, _ , and - {% if HOLE_INACTIVITY_DELETION or True %}

Warning: holes get automatically deleted if they spend 7 days with no new posts.

{% endif %}

Holes

{% 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.stealth_hole_unblock_num}}{{hole.block_num}}
{% endblock %}