{{ title }}
{% for forum in forum.forums %} {% if forum.type == 1 %} {% if forum.forums|length %}
{% if forum.type != 1 %}Subforums{% else %}{{ forum.name }}{% endif %}
{% for forum in forum.forums %} {% include 'forum/forumEntry.tpl' %} {% endfor %} {% endif %} {% else %} {% include 'forum/forumEntry.tpl' %} {% endif %} {% endfor %}
{% if not forum.type and forum.id > 0 %} {% include 'forum/forumBtns.tpl' %} {% if board.threads|length %} {% for thread in board.threads[currentPage] %} {% include 'forum/topicEntry.tpl' %} {% endfor %}
Topic Author Last post
Topic Author Last post
{% else %}

There are no posts in this forum!

{% endif %} {% include 'forum/forumBtns.tpl' %} {% endif %}