election_day.layouts.election

Module Contents

Classes

ElectionLayout

A common base layout for election and votes which caches some values

Attributes

NestedMenu

election_day.layouts.election.NestedMenu: typing_extensions.TypeAlias[source]
class election_day.layouts.election.ElectionLayout(model: onegov.ballot.models.Election, request: onegov.election_day.request.ElectionDayRequest, tab: str | None = None)[source]

Bases: onegov.election_day.layouts.detail.DetailLayout

A common base layout for election and votes which caches some values used in the macros.

model: onegov.ballot.models.Election[source]
tabs_with_embedded_tables = ('lists', 'candidates', 'party-strengths', 'statistics', 'connections')[source]
all_tabs() tuple[str, Ellipsis][source]
has_districts() bool[source]
title(tab: str | None = None) str[source]
subtitle(tab: str | None = None) str[source]
tab_visible(tab: str | None) bool[source]
visible() bool[source]
type() str[source]
majorz() bool[source]
proporz() bool[source]
tacit() bool[source]
has_candidates() bool[source]
has_party_results() bool[source]
has_party_panachage_results() bool[source]
summarize() bool[source]
main_view() str[source]
menu() NestedMenu[source]
pdf_path() str | None[source]

Returns the path to the PDF file or None, if it is not available.

svg_path() str | None[source]

Returns the path to the SVG or None, if it is not available.

Returns a link to the SVG download view.

svg_name() str[source]

Returns a nice to read SVG filename.

related_elections() list[tuple[str | None, str]][source]
results() list[ElectionResult][source]