8 lines
No EOL
278 B
Handlebars
8 lines
No EOL
278 B
Handlebars
{{#let @model as |poll|}}
|
|
{{#if this.isEvaluable}}
|
|
<PollEvaluationSummary @poll={{poll}} @timeZone={{this.timezone}} />
|
|
{{/if}}
|
|
|
|
<h3>{{t "poll.evaluation.participantTable"}}</h3>
|
|
<PollEvaluationParticipantsTable @poll={{poll}} @timeZone={{this.timezone}} />
|
|
{{/let}} |