{$poll->poll_title|escape}

{#POLL_QUESTION_LIST#}
    {foreach from=$poll->items item=item}
  • {$item->poll_item_title|escape} {$item->poll_item_hits} {#POLL_RESULT_INFO#} ({$item->sum}%)
  • {/foreach}
{if $poll->poll_can_comment == 1}

{#POLL_PUB_COMMENTS#}

{$poll->count_comments}
{foreach from=$poll->comments item=comment}
{$comment->lastname|escape} {$comment->firstname|escape} {$comment->poll_comment_time|date_format:$TIME_FORMAT|pretty_date}
{$comment->poll_comment_title|escape}

{$comment->poll_comment_text|nl2br}

{/foreach} {if $poll->can_comment == 1}
{#POLL_PUB_ADD_COMMENT#}
{if $poll->anti_spam == 1}
captcha
{/if}
{/if}
{/if}
{#POLL_INFOS#}
{#POLL_ALL_HITS#}{$poll->votes}
{#POLL_PUB_STATUS#}{if $poll->poll_end > $smarty.now}{#POLL_ACTIVE_INFO#}{else}{#POLL_INACTIVE_INFO#}{/if}
{#POLL_STARTED#}{$poll->poll_start|date_format:$TIME_FORMAT|pretty_date}
{#POLL_ENDED#}{$poll->poll_end|date_format:$TIME_FORMAT|pretty_date}
{if $poll->can_vote == 1}
{#POLL_BUTTON_VOTE#}
{foreach from=$poll->items item=item}
{/foreach}
{/if}