{{t "poll.evaluation.label"}}

{{t "poll.evaluation.participants" count=@poll.users.length}}

{{#if @poll.isFindADate}} {{t "poll.evaluation.bestOption.label.findADate" count=this.bestOptions.length }} {{else}} {{t "poll.evaluation.bestOption.label.makeAPoll" count=this.bestOptions.length }} {{/if}} {{#if (gt this.bestOptions.length 1)}}

{{else}} {{/if}}

{{#if this.lastParticipationAt}} {{t "poll.evaluation.lastParticipation" ago=(format-date-relative this.lastParticipationAt) }} {{else}} {{! No need for the else block as user cannot enter evaluation page if no one participated in the poll yet. }} {{/if}}