<{if $entry.comments > 0}>
<{/if}>
<{else}>
<{* We must be on an index page *}>
<{foreach from=$dates item=entries}>
<{* An array of post dates exists, the children are the actual posts *}>
<{* Loop through each post for this date *}>
<{foreach from=$entries item=entry}>
<{include file="$entryTemplate"}>
<{/foreach}>
<{/foreach}>
Responses to '<{$entry.title}>'
<{/if}>Please comment:
Page: <{$pagination}>
<{/if}>
<{if $xoops_iscommentadmin == true || $isOwner}>