{% for forum in category.forum_set.all %}

{{forum}}

{{ forum.description }}

  • {{ forum.num_topics }} {% trans "topics" %}
  • {{ forum.num_posts }} {% trans "posts" %}
  • {% trans "Last post" %}: {{ forum.get_last_post.update|lbtimesince }} by {{ forum.get_last_post.posted_by }}
{% endfor %}