bgneal@81: {% extends 'base.html' %} bgneal@84: {% load forum_tags %} bgneal@81: {% block title %}Forums{% endblock %} bgneal@81: {% block content %} bgneal@81:

Forums

bgneal@81: bgneal@81:
bgneal@81: {% for iter in cats %} bgneal@81:

{{ iter.cat }}

bgneal@81: bgneal@81: bgneal@81: bgneal@81: bgneal@81: bgneal@81: bgneal@81: bgneal@81: bgneal@81: bgneal@81: bgneal@81: {% for forum in iter.forums %} bgneal@94: bgneal@81: bgneal@81: bgneal@81: bgneal@94: bgneal@81: bgneal@81: {% endfor %} bgneal@81: bgneal@81:
ForumTopicsPostsLast Post

{{ forum.name }}

bgneal@81:

{{ forum.description }}

{{ forum.topic_count }}{{ forum.post_count }}{% last_post_info forum.last_post MEDIA_URL %}
bgneal@81: {% endfor %} bgneal@81:
bgneal@81: {% endblock %}