[`Comments`] {$comments|@count}
{if !empty($topic.type) && ifset($topic.type.type) == 'forum'} {* forum topics offers a plan list of discussions *}
{foreach $comments as $id => $comment}
{if $allow_commenting}
{/if}
{include file="../comments/include.comment.html" inline}
{/foreach}
{if empty($comments)}
{/if}
{if $comment.depth > $depth}
{/if}
{else}
- {$depth=$comment.depth} {/if} {include file="../comments/include.comment.html" comment=$comment inline} {/foreach} {section name="end-comment" loop=$depth + 1}
[`Posting new comments has been restricted for this topic.`]
{/if}