<div id="commentList">
	<h3>Comments</h3>
	<txp:if_comments>
	<txp:comments />
	<txp:else />
	<p>There are no comments for this article</p>
	</txp:if_comments>
	
	<txp:if_comments_preview>
	<div id="cpreview">
		<txp:comments_preview />
	</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>