{{#each po in poll.options}} {{/each}}
{{{po.option}}}
{{#if controller.showResults}}
{{i18n 'poll.voteCount' count=po.votes}}
{{/if}}
{{#if showToggleClosePoll}} {{/if}}
{{loading-spinner condition=loading}}