{********** A list of links **********}
{init_objects name="links" parent=$saurus4.constants.sticky_links.$site_extension classes="link"}
{if $links|@count or $in_editor}
{********** /A list of links **********}
{* Polls *}
{init_objects name="polls" classes="poll" parent=$saurus4.constants.sticky_links.$site_extension}
{*********** loop over polls **********}
{foreach from=$polls item=poll}
{init_object name="object" id=$poll->id}
{$object->buttons}{$poll->title}
{********* VOTING *********}
{**** 1. RESULTS: if user is already VOTED or poll is EXPIRED or in editor-area *}
{if $object->is_voted || $object->is_expired || $in_editor}
{/foreach}
{**** 2. VOTE FORM: if user is NOT VOTED and poll is NOT EXPIRED *}
{else}
{/if} {*user is voted or not*}
{********* SHOW VOTERS INFO if not anonymous poll *********}
{if !$object->is_anonymous}