bgneal@81: {% extends 'base.html' %} 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@81:
bgneal@81: {% if forum.last_post %}
bgneal@81: {{ forum.last_post.update_date|date }} bgneal@81: {{ forum.last_post.user.username }} bgneal@81: {% else %} bgneal@81: No Posts bgneal@81: {% endif %} bgneal@81: |
bgneal@81: