<txp:if_comments>
	<txp:if_comments_allowed>
	<txp:hide>Comments are active and allowed</txp:hide>
	
	<div class="separate"><hr /></div>
	<div class="col640" id="comment">
		<h3><txp:comments_invite textonly="1" showalways="1" showcount="0" /></h3>
		
		<txp:if_comments_preview>
			<div id="cpreview">
				<txp:comments_preview />
			</div>
		</txp:if_comments_preview>
		
		<txp:comments />
	</div>
	<div class="col320">
		<txp:comments_form />
	</div>

	<txp:else />
	<txp:hide>There are some comments but commenting is closed now</txp:hide>
	
	<div class="separate"><hr /></div>
	<div class="col640" id="comment">
		<h3><txp:comments_invite textonly="1" showalways="1" showcount="0" /></h3>
		
		<txp:comments />
	</div>
	<div class="col320-box">
		<h3>Commenting is closed</h3>
		<p><txp:text item="comments_closed" /></p>
	</div>
	
	</txp:if_comments_allowed>
	
<txp:else />
	<txp:if_comments_allowed>
	<txp:hide>There are no comments but commenting is active</txp:hide>
	
	<div class="separate"><hr /></div>
	<div class="col640" id="comment">
	
		<txp:if_comments_preview>
		<h3><txp:comments_invite textonly="1" showalways="1" showcount="0" /></h3>
		<div id="cpreview">
			<txp:comments_preview />
		</div>
		</txp:if_comments_preview>

		<div class="col640-box" id="comment">
			<h3>No comments</h3>
			<p>This article has not been commented yet. Do not hesitate to add your own comment!</p>
		</div>
	
	</div>
	<div class="col320">
		<txp:comments_form />
	</div>
	
	<txp:else />
	<txp:hide>There are no comments and commenting is disallowed</txp:hide>

	<div class="separate"><hr /></div>
	<div class="col960">
	<div class="col640-box" id="comment">
		<h3>Commenting is closed</h3>
		<p><txp:text item="comments_closed" /></p>
	</div>
	</div>
	
	</txp:if_comments_allowed>
</txp:if_comments>