{% if forumrow.S_COLUMNS_ENABLED %}
-->
{{ forumrow.L_SUBFORUM_STR }}{{ lang('COLON') }}
{% for subforum in forumrow.subforum %}
{{ subforum.SUBFORUM_NAME }}{% if not subforum.S_LAST_ROW %}{{ lang('COMMA_SEPARATOR') }}{% endif %}
{% if not subforum.S_LAST_ROW %}
{% endif %}
{% if subforum.S_SWITCH_COLUMN and not subforum.S_LAST_ROW %}{% endif %}
{% endfor %}
{% endif %}