{% extends "base.html" %} {% load static from staticfiles %} {% block page_name %} Subscriptions - {% endblock %} {% block breadcrumb %} > {{ user.username }} > Subscriptions {% endblock %} {% block content %}
{% csrf_token %}
{% include "page_list.html" with page=threads %}
{% include 'thread_list.html' with threads=threads empty_message="No new subscribed threads." %} {% include "page_list.html" with page=threads %}
{% endblock %}