{var $poll = plugins\polls\models\Poll::findOpenPolls()[0]} {import forms.html}

{$poll->topic}

{foreach $poll->voteOptions as $voteOption}
{/foreach}
{include input name: 'submit', type: 'submit', value: ('polls.vote'|translate), class: 'w3-btn w3-green'}