{if $comments|count > 0}

{__('Comments', 'Comments of polled people')}

{foreach $comments as $comment}
{if isset($admin) && !$expired} {/if} {$comment->date|date_format:$date_format['txt_datetime_short']} {$comment->name|html}  {$comment->comment|escape|nl2br}
{/foreach} {/if}