{% extends "default.html" %} {% block content %}

	
List of holes

{% if SITE_NAME == 'rDrama' %}{% endif %} {% for sub, count in subs %} {% if SITE_NAME == 'rDrama' %}{% endif %} {% endfor %}
# Name PostsSubscribersBlockers
{{loop.index}} {{sub.name}} {{count}}{{sub.subscription_num}}{{sub.block_num}}
{% endblock %}