{% for idea in ideas %}
  • style="background-image: url('{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}'); background-repeat: no-repeat; background-size: 24px; background-position: bottom right;"> {% include 'forumlist_icons.html' with {'IMG_STYLE': topicrow.TOPIC_IMG_STYLE} %}
    {% if not idea.READ and not S_IS_BOT %}{% endif %}

    {{ idea.TITLE }}

    {% if idea.U_UNAPPROVED_IDEA %} data-flip="horizontal">{{ lang('TOPIC_UNAPPROVED') }} {% endif %}
    {{ lang('POST_BY_AUTHOR') }} {{ idea.AUTHOR }} » {{ idea.DATE }}
    {{ idea.VOTES_UP }}{% if idea.USER_VOTED === 1 %}{% endif %}
    {{ idea.VOTES_DOWN }}{% if idea.USER_VOTED === 0 %}{% endif %}
  • {% else %}
  • {{ lang('NO_IDEAS_DISPLAY') }}
  • {% endfor %}