{% for recent_topics in loops.recent_topics %}
{% if not recent_topics.S_TOPIC_TYPE_SWITCH and not recent_topics.S_FIRST_ROW %}
{% endif %}
{% if recent_topics.S_FIRST_ROW or not recent_topics.S_TOPIC_TYPE_SWITCH %}
{% endif %}
{% if recent_topics.S_UNREAD_TOPIC and not S_IS_BOT %}{% endif %}
{% EVENT topiclist_row_prepend %}
{% if recent_topics.S_UNREAD_TOPIC and not S_IS_BOT %}{% endif %}
{{ recent_topics.TOPIC_TITLE }}
{% if recent_topics.S_HAS_POLL %}{% endif %}
{% if recent_topics.S_POST_GLOBAL and FORUM_ID != recent_topics.FORUM_ID %}
{{ recent_topics.FORUM_NAME }}
{% elseif recent_topics.U_VIEW_FORUM and recent_topics.FORUM_NAME %}
{% for parent_forums in recent_topics.parent_forums %}{{ parent_forums.FORUM_NAME }} » {% endfor %}{{ recent_topics.FORUM_NAME }}
{% endif %}