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