{% if forum_cats %} {% for category in forum_cats %}
{{ category.title }}
{% if category.forums %} {% for forum in category.forums %}
{{ forum.title }}
{{ forum.admin_bar }}

{{ forum.description }}
{% if forum.subforums %} {% endif %}
{{ forum.last_post }}
Ответы
{{ forum.posts }}
Темы
{{ forum.themes }}
{% endfor %} {% endif %}


{% endfor %} {% endif %}