{style} .owm_topic_list_format { cursor:pointer; } {/style} {foreach from=$topics item=topic}
{if $topic.sticky} {text key='forum+sticky'} {/if} {if $topic.locked}{/if} {if isset($enableAttachments) && $enableAttachments && isset($attachments[$topic.id])} {/if} {$topic.title|more:100}
{if isset($topic.lastPost)}
{$topic.lastPost.text|more:500}
{text key='forum+last_reply'} {text key='forum+by'} {$displayNames[$topic.lastPost.userId]} ({$topic.lastPost.createStamp})
{/if}
{/foreach}