<{if $mod_config.show_breadcrumbs}>
<{$smarty.const._MD_D3FORUM_TOP}> <{foreach from=$category.paths_raw key=parent_id item=parent_title_raw}>  >  <{$parent_title_raw|escape}> <{/foreach}>
<{/if}>

<{$pagetitle}>

<{foreach item=topic from=$topics}>
<{if $topic.sticky}> <{assign var="topic_icon_alt" value=$smarty.const._MD_D3FORUM_TOPICSTICKY}> <{elseif $topic.invisible}> <{assign var="topic_icon_alt" value=$smarty.const._MD_D3FORUM_ALT_INVISIBLE}> <{else}> <{assign var="topic_icon_alt" value=""}> <{/if}> <{if $topic.locked}> <{$smarty.const._MD_D3FORUM_TOPICLOCKED}> <{/if}> <{if ! $topic.solved}> <{if $topic.forum_isadminormod}> <{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}> <{else}> <{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}> <{/if}> <{/if}> <{if $uid && $topic.u2t_marked}> <{$smarty.const._MD_D3FORUM_ALT_MARKEDYES}> <{/if}> <{$topic.title}><{$topic.topic_page_jump}>
<{if $topic.votes_count > 0}> <{$smarty.const._MD_D3FORUM_VOTECOUNT}>:<{$topic.votes_count}>   <{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}>:<{$topic.votes_avg|string_format:"%.2f"}> <{/if}> <{$topic.forum_title}>
((i:f95e)):<{$topic.first_post_time_formatted}>
((i:f955)):<{$topic.first_post_uname}> <{$topic.first_post_subject}>

((i:f8f2)):<{$topic.views}> <{$smarty.const._MD_D3FORUM_REPLIES}>:<{$topic.replies}>
<{if $topic.replies>0}>((i:f982)):<{$topic.last_post_time_formatted}>
((i:f955)):<{$topic.last_post_uname}> <{$topic.last_post_subject}> <{/if}> <{/foreach}>
<{if $pagenav}>
<{$pagenav}>
<{/if}>

<{include file='db:system_notification_select.html'}>