election_day.layouts.election ============================= .. py:module:: election_day.layouts.election Attributes ---------- .. autoapisummary:: election_day.layouts.election.NestedMenu Classes ------- .. autoapisummary:: election_day.layouts.election.ElectionLayout Module Contents --------------- .. py:type:: NestedMenu :canonical: list[tuple[str, str, bool, 'NestedMenu']] .. py:class:: ElectionLayout(model: onegov.election_day.models.Election, request: onegov.election_day.request.ElectionDayRequest, tab: str | None = None) Bases: :py:obj:`onegov.election_day.layouts.detail.DetailLayout` A common base layout for election and votes which caches some values used in the macros. .. py:attribute:: model :type: onegov.election_day.models.Election .. py:attribute:: tab :value: None .. py:attribute:: tabs_with_embedded_tables :value: ('lists', 'candidates', 'party-strengths', 'statistics', 'connections') .. py:method:: table_link(query_params: dict[str, str] | None = None) -> str | None .. py:property:: all_tabs :type: tuple[str, Ellipsis] .. py:property:: has_districts :type: bool .. py:method:: title(tab: str | None = None) -> str .. py:method:: subtitle(tab: str | None = None) -> str .. py:method:: tab_visible(tab: str | None) -> bool .. py:property:: visible :type: bool .. py:property:: type :type: str .. py:property:: majorz :type: bool .. py:property:: proporz :type: bool .. py:property:: tacit :type: bool .. py:property:: has_candidates :type: bool .. py:property:: has_party_results :type: bool .. py:property:: has_party_panachage_results :type: bool .. py:property:: summarize :type: bool .. py:property:: main_view :type: str .. py:property:: menu :type: NestedMenu .. py:property:: pdf_path :type: str | None Returns the path to the PDF file or None, if it is not available. .. py:property:: svg_path :type: str | None Returns the path to the SVG or None, if it is not available. .. py:property:: svg_link :type: str Returns a link to the SVG download view. .. py:property:: svg_name :type: str Returns a nice to read SVG filename. .. py:property:: related_elections :type: list[tuple[str | None, str]] .. py:property:: results :type: list[onegov.election_day.models.ElectionResult]