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

Forums

bgneal@81: bgneal@167:
bgneal@167: bgneal@167:
bgneal@167: 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@113: bgneal@81: bgneal@81: bgneal@120: bgneal@81: bgneal@81: {% endfor %} bgneal@81: bgneal@81:
ForumTopicsPostsLast Post
bgneal@113: {% if forum.has_unread %} bgneal@113: New Posts bgneal@113: {% endif %} bgneal@113:

{{ forum.name }}

bgneal@81:

{{ forum.description }}

{{ forum.topic_count }}{{ forum.post_count }}{% last_post_info forum.last_post %}
bgneal@81: {% endfor %} bgneal@164: {% cache 900 forum-stats-block %} bgneal@164: {% forum_stats %} bgneal@164: {% endcache %} bgneal@160: {% whos_online %} bgneal@120:

{% current_forum_time user %}

bgneal@81:
bgneal@81: {% endblock %}