<div id="comment">
<h3 id="<txp:text item="comment" />"><txp:comments_invite textonly="1" showalways="1" showcount="0" /></h3>

<txp:comments />

<txp:if_comments_preview>
<div id="cpreview">
<ol class="comments">
<li><txp:comments_preview form="comments" /></li>
</ol>
</div>
</txp:if_comments_preview>

<txp:if_comments_allowed>
<txp:comments_form />
<txp:else />
<p><txp:text item="comments_closed" /></p>
</txp:if_comments_allowed>

</div><!--/comment-->