{* not happy with this yet - xing *}
{form action="$comments_return_url" class="mb-threading"}
{* always go back to page 1 since changing any of these values
repaginates and makes the current page number meaningless *}
{/form}
{if $gBitSystem->isPackageActive( 'rss' )}
{biticon iname="rss-16x16" ipackage=rss iexplain="Get RSS Feed"}
{/if}
{assign var=flip value=$thread->getFlipFlop()}
{foreach from=$flip item=flip_s key=flip_name}
{include file="bitpackage:boards/flipswitch.tpl"}
{/foreach}
{if $gBitSystem->isFeatureActive('boards_post_anon_moderation') && ($smarty.request.post_comment_request || !empty($smarty.request.post_comment_submit)) && !$gBitUser->isRegistered()}
{formfeedback warning="Your post will not be shown immediately it will have to be approved by a moderator"}
{/if}
{include file="bitpackage:liberty/comments_post_inc.tpl" post_title="Post" hide=1 preview_override=1}
{include file="bitpackage:boards/legend_inc.tpl" posticons=1}
{/strip}