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

{_("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}
{_("Add a comment to the poll")}
{/if}