{% if forum.subforums %}
{{ forum.cat_name }}
{% if forum.subforums %} {% for subforum in forum.subforums %}
{{ subforum.title }}
{{ subforum.description }}
{{ forum.admin_bar }}
{{ subforum.last_post }}
Ответы
{{ subforum.posts }}
Темы
{{ subforum.themes }}
{% endfor %} {% endif %}


{% endif %} {% if themes %} {% for theme in themes %}
{{ forum.title }}
Автор темы: {{ theme.author.name }}
{{ theme.themeicon }}
{{ getOrderLink(['title','Тема']) }}
{{ theme.adminbar }}

{{ theme.importantly }}{{ theme.title }}{{ theme.near_pages }}
{{ theme.description }}
{{ getOrderLink(['last_post','Обновления']) }}
{{ theme.last_post }}
Сообщение от: {{ theme.last_user }}
{{ theme.last_page }}
{{ getOrderLink(['posts','Ответы']) }}
{{ forum.posts }}
{{ getOrderLink(['views','Просмотры']) }}
{{ theme.views }}


{% endfor %}
Инфо форума
{% else %}

Themes not found

{% endif %}