{% extends "base.html" %} {% load static from staticfiles %} {% block page_name %} New Threads - {% endblock %} {% block breadcrumb %} > Latest Threads {% endblock %} {% block content %}

Latest Threads

Threads from every forum, sorted by last reply. You can control which forums contribute threads to this list from your latest threads settings .
{% include "page_list.html" with page=threads %} {% include 'thread_list.html' with threads=threads %} {% include "page_list.html" with page=threads %}
{% endblock %}