{{ getOrderLink(['title','Тема']) }}
{{ getOrderLink(['posts','Ответы']) }} / {{ getOrderLink(['views','Просмотры']) }}
{{ getOrderLink(['last_post','Обновления']) }}
{% if themes %}
{% for theme in themes %}
{{ theme.themeicon }}
{{ theme.importantly }}
{{ theme.title }}[{{ theme.parent_forum }}]{{ theme.near_pages }}
{{ theme.description }}
{% if theme.adminbar %}
{{ theme.adminbar }}
{% endif %}
- Ответов: {{ theme.posts }}
- Просмотров: {{ theme.views }}
- Автор: {{ theme.author.name }}
{{ theme.last_post }}
Сообщение от: {{ theme.last_user }}
{{ theme.last_page }}
{% endfor %}
{% else %}
Тем еще не создано.
{% endif %}