Forums{% if board.viewforum %} / {{ board.forums[0].forum.forum_name }}{% endif %}
{% for category in board.forums %}
{% include 'forum/forumEntry.tpl' %}
{% endfor %}
{% if board.viewforum and not board.forums[0].forum.forum_type %}
{% include 'forum/forumBtns.tpl' %}
{% if board.topics|length %}
|
Topic |
Author |
|
Last post |
|
Topic |
Author |
|
Last post |
{% for topic in board.topics[currentPage] %}
{% include 'forum/topicEntry.tpl' %}
{% endfor %}
{% else %}
There are no posts in this forum!
{% endif %}
{% include 'forum/forumBtns.tpl' %}
{% endif %}