{{ 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 && pollEvents && participants) { @switch (view$ | async) { @case ("table") { } @case ("events") { } } } @if (poll && (poll.settings.logHistory || poll.settings.allowComments)) {

History

}