{% if loops.similar|length %}
{{ lang('SIMILAR_TOPICS') }}
{% for similar in loops.similar %}
{% if similar.S_UNREAD_TOPIC and not S_IS_BOT %} {% endif %} {% EVENT topiclist_row_prepend %} {% if similar.S_HAS_POLL %}{% endif %} {% if similar.ATTACH_ICON_IMG %}{% endif %} {% if similar.S_TOPIC_UNAPPROVED or similar.S_POSTS_UNAPPROVED %} {% endif %} {% if similar.S_TOPIC_REPORTED %} {% endif %} {{ similar.TOPIC_TITLE }} [{% if similar.REPLIES %}{{ similar.REPLIES }}{% else %}1{% endif %}] {% if not S_IS_BOT %}
{{ similar.LAST_POST_AUTHOR_FULL }} « {{ similar.LAST_POST_TIME }} {% endif %} {% if similar.pagination|length %} {% endif %} {% EVENT topiclist_row_append %}
{% endfor %}
{% endif %}