{% extends 'forums/base.html' %} {% load bootstrap %} {% load restructuredtext %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% block pagetitle %}: Forums{% endblock pagetitle %} {% block content %}Descendants:
No visible Forums found.
{% endfor %}Forum | Latest post | Posted on | Nr posts |
---|---|---|---|
{{ forum }} | {{ forum.latest_post }} | {{ forum.latest_post.posted_on|date:"Y-m-d" }} | {{ forum.nr_posts }} |
No visible Posts found. |