bgneal@232: {% extends 'base.html' %} bgneal@283: {% load forum_tags %} bgneal@232: {% block title %}Forums: {{ page_title }}{% endblock %} bgneal@232: {% block custom_js %} bgneal@232: bgneal@280: {% include "forums/forum_query.js" %} bgneal@232: {% endblock %} bgneal@232: {% block content %} bgneal@283: {% forum_navigation page_title %} bgneal@280: {% include "forums/forum_query.html" %} bgneal@232:

{{ description }}

bgneal@232: {% include 'forums/pagination.html' %} bgneal@232:
{% csrf_token %} bgneal@232: bgneal@232: bgneal@232: bgneal@232: bgneal@232: bgneal@232: bgneal@232: bgneal@232: bgneal@232: bgneal@232: {% for topic in page.object_list %} bgneal@232: bgneal@232: bgneal@232: bgneal@232: bgneal@232: bgneal@232: {% empty %} bgneal@232: bgneal@232: {% endfor %} bgneal@232: bgneal@232:
ForumTopic
{{ topic.forum.name }}{{ topic.name }}
No topics found
bgneal@232: {% include 'forums/pagination.html' %} bgneal@232: {% if page.object_list %} bgneal@232: bgneal@232: bgneal@232: {% endif %} bgneal@232:
bgneal@232: {% endblock %}