{literal} {/literal}

{$poll->poll_title|escape}

{foreach from=$poll->items item=item} {/foreach}
{#POLL_QUESTION_LIST#} {#POLL_RESULT_INFO#}
{$item->poll_item_title|escape}
{$item->poll_item_hits}
sum}%{else}1%{/if};height:12px;background-color:{$item->poll_item_color}">
{$item->sum} %
{#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}
{#POLL_GROUPS_PERM#} {$poll->groups|escape}
{if $poll->can_vote == 1}
{$poll->poll_title|escape}
{foreach from=$poll->items item=item}
{$item->poll_item_title|escape}
{/foreach}
{/if}
{if $poll->poll_can_comment == 1}
{#POLL_PUB_COMMENTS#}
{#POLL_PUB_ADD_COMMENT#} | {#POLL_ALL_COMMENTS#} {$poll->count_comments}

{foreach from=$poll->comments item=comment}
{*#POLL_ADDED#*} {$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}
{/foreach} {if $poll->can_comment == 1}
{**} {*
*}

{if $poll->anti_spam == 1}




{/if}
{/if} {/if}