{% extends "forum/base.html" %} {% load i18n %} {% block forum_content %}
{% with object_list as thread_list %} {% include "forum/generic_thread_index.html" %} {% endwith %} {% endblock %}