{% extends "base.html" %} {% load static from staticfiles %} {% block page_name %} {{ forum.name }} - {% endblock %} {% block breadcrumb %} > {{ forum.name }} {% endblock %} {% block content %}

{{ forum.name }}

{{ forum.description }}
{% if can_start_thread %} New Thread {% endif %} {% include "page_list.html" with page=threads %} {% include 'thread_list.html' with threads=threads %} {% include "page_list.html" with page=threads %}
{% endblock %}