{% extends "forum/base.html" %} {% load i18n guardian_tags %} {% block forum_content %} {% get_obj_perms request.user for category_instance as "category_perms" %}
{% with object_list as thread_list %} {% include "forum/thread/generic_index.html" %} {% endwith %} {% endblock %}