election_day.layouts.election_compound_part =========================================== .. py:module:: election_day.layouts.election_compound_part Classes ------- .. autoapisummary:: election_day.layouts.election_compound_part.ElectionCompoundPartLayout Module Contents --------------- .. py:class:: ElectionCompoundPartLayout(model: onegov.election_day.models.ElectionCompoundPart, 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.ElectionCompoundPart .. py:attribute:: tab :value: None .. py:attribute:: tabs_with_embedded_tables :value: ('districts', 'candidates', 'party-strengths', 'statistics') .. py:attribute:: majorz :value: False .. py:attribute:: proporz :value: True .. py:attribute:: type :value: 'compound_part' .. py:method:: table_link(query_params: dict[str, str] | None = None) -> str | None .. py:property:: all_tabs :type: tuple[str, Ellipsis] Return the tabs in order of their appearance. .. py:property:: results :type: list[onegov.election_day.models.election_compound.mixins.ResultRow] .. py:property:: totals :type: onegov.election_day.models.election_compound.mixins.TotalRow .. py:method:: label(value: str) -> str .. py:method:: title(tab: str | None = None) -> str .. py:method:: tab_visible(tab: str | None) -> bool .. py:property:: has_party_results :type: bool .. py:property:: visible :type: bool .. py:property:: main_view :type: str .. py:property:: menu :type: election_day.layouts.election.NestedMenu .. 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:: summarize :type: bool