Election variables
Variable | Description |
---|---|
election_at | Election date e.g. {{ settings.election.election_at | date: '%B %d, %Y' }} |
days_until | Days until the election e.g. {{ settings.election.election_at | days_until }} |
seconds_until | Seconds until the election e.g. {{ settings.election.election_at | seconds_until }} |
cycle | The election cycle |
period | The election period |
donation_max | Is a donation max set?Boolean |
donation_max_amount | The donation max (in cents) |