{% for forum in category.children %} {% endfor %}
{{ category.title }}
Forum Topics Posts Last Post
New
Posts
{{ forum.title }}
{% autoescape false %} {{ forum.description|markup }} {% endautoescape %}
{% if forum.children|length %}
{% endif %}
{{ forum.topic_count }} {{ forum.post_count }} {% if forum.last_post_id %} {{ forum.last_post.topic.title|crop_title }}
{{ forum.last_post.date_created|time_since }}
by {{ forum.last_post.user.username }} {% else %} No posts {% endif %}