bgneal@81: {% extends 'base.html' %} 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:
---|---|---|---|
{{ forum.name }}bgneal@81:{{ forum.description }} |
bgneal@81: {{ forum.topic_count }} | bgneal@81:{{ forum.post_count }} | bgneal@94:{% last_post_info forum.last_post MEDIA_URL %} | bgneal@81: