{% for idea in ideas %}
  • {% if not idea.READ and not S_IS_BOT %}{% endif %}
    {{ idea.TITLE }} {% if idea.U_UNAPPROVED_IDEA %} {{ 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 %}