<{foreach item=post from=$block.posts}> <{if $post.can_display}>
  1. <{if $post.forum_id == $block.com_forum_id}> <{else}> <{/if}> <{$post.subject}> <{if $block.mod_config.use_name==1 && $post.name}><{$post.name}> <{elseif $post.uname}><{$post.uname}> <{else}><{$post.guest_name}> <{/if}><{$post.post_time_formatted}>
  2. <{/if}> <{/foreach}>
<{* $post.forum_id, $post.forum_title *}>