{{ poll?.title }}
@if (poll) {
}
@if (closedReason) {
{{ closedReason }}
}
@if (hiddenReason) {
{{ hiddenReason }}
}
@if (!closedReason && poll?.settings?.maxParticipantEvents; as limit) {
This poll is limited.
You can select up to {{ limit }} choices.
}
@if (poll && timeZone !== poll.timeZone) {
All times are displayed in {{ timeZone }}.
The poll owner is in {{ poll.timeZone }}.
}
@if (poll?.adminRole) {
Events
Settings
}
Export
@for (view of views; track view.id) {
}
@for (sortMethod of sortMethods; track sortMethod) {
}
@if (poll && pollEvents && participants) {
@switch (view$ | async) {
@case ("table") {
}
@case ("events") {
}
}
}
@if (poll && (poll.settings.logHistory || poll.settings.allowComments)) {
History
}