bgneal@81: {% extends 'base.html' %} bgneal@164: {% load cache %} bgneal@84: {% load forum_tags %} bgneal@227: {% load core_tags %} bgneal@170: {% block custom_head %} bgneal@170: {% for feed in feeds %} bgneal@170: bgneal@170: {% endfor %} bgneal@170: {% endblock %} bgneal@81: {% block title %}Forums{% endblock %} bgneal@81: {% block content %} bgneal@170:

Forums Forums Feed

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@170:

{{ forum.name }} bgneal@170: {% if forum.has_feed %} bgneal@170: bgneal@170: RSS Feed bgneal@170: {% endif %}

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 %}