{% if category.forums|length and category.forum|length %} {% if category.forum.forum_type != 1 %}Subforums{% else %}{{ category.forum.forum_name }}{% endif %} {% for forum in category.forums %}
{{ forum.forum_name }}
{{ forum.forum_desc }} {% if board.forums[forum.forum_id]|length %}
Subforums: {% for forum in board.forums[forum.forum_id].forums %} {{ forum.forum_name }} {% endfor %}
{% endif %}
{% if forum.forum_type != 2 %}
{{ forum.topic_count }}
{{ forum.post_count }}
{% if forum.last_post.post_id %} {{ forum.last_post.post_subject }}
{{ forum.last_post.elapsed }} by {% if forum.last_poster.data.user_id %}{{ forum.last_poster.data.username }}{% else %}[deleted user]{% endif %} {% else %} There are no posts in this forum.
  {% endif %}
{% endif %} {% endfor %} {% endif %}