{% 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.forum_topics }}
{{ forum.forum_posts }}
{% if forum.forum_last_post_id %} Last post in Thread with an obnoxiously long fucking title
12 years ago by {% if forum.last_poster.user.id %}{{ forum.last_poster.user.username }}{% else %}[deleted user]{% endif %} {% else %} There are no posts in this forum.
  {% endif %}
{% endif %} {% endfor %} {% endif %}