{% extends template ~ "/layout/layout_1_col.tpl" %} {% block content %} {{ introduction_section }} {{ form_content }} {% if data is not empty %} {% for item in data %}
{{ item.tools }}

{{ 'forum_blue.png'|img(32) }} {{ item.title }}{{ item.icon_session }}

{{ item.description }}
{% for subitem in item.forums %}
{{ subitem.tools }}

{{ 'forum_yellow.png'|img(32) }} {{ subitem.title }} {% if subitem.forum_of_group != 0 %} {{ "forum.png"|img(22) }} {{ "GoTo"|get_lang }} {{ subitem.forum_group_title }} {% endif %} {{ subitem.icon_session }}

{% if subitem.last_poster_id is not empty %}
{{ subitem.last_poster_date }} {{ "By"|get_lang }} {{ subitem.last_poster_user }}
{% endif %}
{{ subitem.description }}
{{ subitem.alert }} {% if subitem.moderation is not empty %} {{ "PostsPendingModeration"|get_lang }}: {{ subitem.moderation }} {% endif %}
{% endfor %} {% endfor %} {% else %}
{{ 'NoForumInThisCategory'|get_lang }}
{% endif %} {% endblock %}