@if (poll().location; as location) {
|
|
|
}
@if (poll().settings.deadline; as deadline) {
|
|
{{ deadline | date: 'medium' }}
|
}
@if (description() && poll().description; as description) {
|
|
|
}
|
|
|
@if (stats()) {
|
|
{{ poll().events }} {poll().events, plural, =1 {Option} other {Options}}
|
|
|
{{ poll().participants }} {poll().participants, plural, =1 {Participant} other {Participants}}
|
@if (poll().comments) {
|
|
{{ poll().comments }} {poll().comments, plural, =1 {Comment} other {Comments}}
|
}
}