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:
Forum | bgneal@81:Topics | bgneal@81:Posts | bgneal@81:Last Post | bgneal@81:
---|---|---|---|
bgneal@113: {% if forum.has_unread %}
bgneal@113:
bgneal@113: {% endif %}
bgneal@170: {{ forum.name }} bgneal@170: {% if forum.has_feed %} bgneal@170: bgneal@170: bgneal@170: {% endif %}bgneal@81:{{ forum.description }} |
bgneal@81: {{ forum.topic_count }} | bgneal@81:{{ forum.post_count }} | bgneal@120:{% last_post_info forum.last_post %} | bgneal@81:
{% current_forum_time user %}
bgneal@81: