14 lines
No EOL
334 B
Handlebars
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}} |