{{#if poll}}

{{t "poll.count" votes=poll.participation_count}}

{{poll.question}}
{{#unless already_participated_in_poll}}
{{#poll.poll_answers}} {{answer}}
{{/poll.poll_answers}}


{{t "poll.toggle_result"}}

{{/unless}}

{{t "poll.result"}}
{{#poll.poll_answers}}
{{answer}}

{{/poll.poll_answers}}
{{/if}}