{% if forum.perms.view %}
{{ forum.name }}
{{ forum.description }} {% if forum.forums|length %}
Subforums: {% for forum in forum.forums %} {{ forum.name }} {% endfor %}
{% endif %}
{% if forum.type != 2 %}
{{ forum.countTopics }}
{{ forum.countPosts }}
{% if forum.lastPostUserId %} {% else %} There are no posts in this forum. {% endif %}
{% endif %}
{% endif %}