{{#if poll}}
{{poll.question}}
{{t "poll.count" count=poll.participation_count}}
{{#if show_form}}
{{/if}} {{#poll.poll_answers}}
{{#if isCurrentUserVote}} {{else}} {{/if}}
({{t "poll.answer_count" count=vote_count}})
{{#if isCurrentUserVote}}
{{else}}
{{/if}}
{{/poll.poll_answers}} {{#if show_form}}
{{#if preview}} {{t "poll.show_result"}} {{else}} {{t "poll.show_result"}} {{/if}}
{{/if}} {{#if is_reshare }} {{/if}}
{{/if}}