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:
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@113: {{ forum.name }}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: