<{if $forum.can_post && ! $plugin_params.no_form}> <{include file="db:`$mydirname`_inc_post_form_quick.html" h2_title=$smarty.const._MD_D3FORUM_POSTASCOMMENTTOP quick_form_mode="sametopic"}> <{/if}>

<{if $plugin_params.h2_comments}><{$plugin_params.h2_comments}><{else}><{$smarty.const._MD_D3FORUM_COMMENTSLIST}><{/if}>

<{if $pagenav}>
<{$pagenav}>
<{/if}> <{if $forum.can_post && $plugin_params.no_form}>
&subject=<{$subject|escape:"url"}>"><{if $plugin_params.link_to_form}><{$plugin_params.link_to_form}><{else}><{$smarty.const._MD_D3FORUM_POSTASCOMMENTTOP}><{/if}>
<{/if}>
<{foreach item=post from=$posts}>
<{$post.subject}>
<{if $post.can_edit}> <{$smarty.const._MD_D3FORUM_POSTEDIT}> | <{/if}> <{if $post.can_delete}> <{$smarty.const._MD_D3FORUM_POSTDELETE}> | <{/if}> <{if $post.can_reply}> <{$smarty.const._MD_D3FORUM_POSTREPLY}> <{/if}>
<{if $post.poster_uid != 0}><{$post.poster_uname}><{else}><{$post.poster_uname}> <{$post.guest_trip}><{/if}>  <{$smarty.const._MD_D3FORUM_ON}> <{$post.post_time_formatted}> <{if $post.post_time < $post.modified_time}> | <{$smarty.const._MD_D3FORUM_LASTMODIFIED}><{/if}>
<{$post.post_text}>
<{/foreach}>
<{if $pagenav}>
<{$pagenav}>
<{/if}>