{if $block.full_view == true}> <{foreach item=topic from=$block.topics}> <{strip}>
<{if $topic.u2t_marked}><{/if}>
<{* displays the last post's subject or topic title *}>
<{if $block.disp_last_subject }>
<{$topic.last_subject}>
<{else}>
<{$topic.title}>
<{/if}> [<{$topic.forum_title}>]
<{if ! $topic.solved}>
<{/if}>
<{$block.lang_replies}> <{$topic.replies}> | <{$block.lang_views}> <{$topic.views}>
<{$block.lang_lastpost}> <{$topic.last_uname}>
<{$topic.last_post_time_formatted}>
<{/strip}> <{/foreach}>