@if (poll?.id) {

Edit Poll: {{ poll?.title }}

Customize Events
}
Markdown Syntax can be used to add styled text, links and images.
Presets
@for (preset of presets; track preset) {
}
Limits
@if (pollForm.value.maxParticipants) {
}
@if (pollForm.value.maxParticipantEvents) {
}
@if (pollForm.value.maxEventParticipants) {
}
Participant Options
Admin Options
@if (!userProfile) {
Sign in to enable notifications.
}
    @for (user of adminProfiles; track user.id) {
  • {{ user.firstName }} {{ user.lastName }}
    ({{ user.email }})
  • } @empty { No other admins so far. }
@if (poll?.id) { } @else { }