{{#let @model as |poll|}} {{page-title poll.title}}
{{#if this.showExpirationWarning}}
{{t "poll.expiration-date-warning" timeToNow=(format-date-relative poll.expirationDate) }}
{{/if}}
{{outlet}}
{{/let}}

{{t "poll.modal.timezoneDiffers.body"}}

{{t "poll.modal.timezoneDiffers.button.useLocalTimezone"}} {{t "poll.modal.timezoneDiffers.button.usePollTimezone"}}