@if (poll().multiChoice) { @for (option of poll().questionPollQuestions; track $index) {
{{ option.questionText }}
} } @else { @for (option of poll().questionPollQuestions; track $index) {
{{ option.questionText }}
}
}
@if (!alreadyVoted && this.loginService.loggedIn.value && this.openPoll) { }