{* Comment list *} {if $comments|count > 0}

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

{foreach $comments as $comment}
{if $admin && !$expired} {/if} {$comment->name|html}  {nl2br($comment->comment|html)}
{/foreach} {/if} {* Add comment form *} {if $active && !$expired}
{__('Comments', 'Add a comment to the poll')}
{/if}