decide.nolog.cz/app/templates/poll/evaluation.hbs
2023-10-15 17:32:11 +02:00

14 lines
No EOL
334 B
Handlebars

{{#let @model as |poll|}}
{{#if this.isEvaluable}}
<PollEvaluationSummary
@poll={{poll}}
@timeZone={{this.pollController.timezone}}
/>
{{/if}}
<h3>{{t "poll.evaluation.participantTable"}}</h3>
<PollEvaluationParticipantsTable
@poll={{poll}}
@timeZone={{this.pollController.timezone}}
/>
{{/let}}