pas.layouts.legislative_period ============================== .. py:module:: pas.layouts.legislative_period Classes ------- .. autoapisummary:: pas.layouts.legislative_period.LegislativePeriodCollectionLayout pas.layouts.legislative_period.LegislativePeriodLayout Module Contents --------------- .. py:class:: LegislativePeriodCollectionLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`onegov.pas.layouts.default.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:property:: title :type: str .. py:property:: og_description :type: str .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page. .. py:property:: editbar_links :type: list[onegov.core.elements.LinkGroup] | None A of :class:`onegov.org.elements.LinkGroup` classes. Each of them will be shown in the top editbar, with the group title being the dropdown title. .. py:class:: LegislativePeriodLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`onegov.pas.layouts.default.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:property:: collection :type: onegov.pas.collections.LegislativePeriodCollection .. py:property:: title :type: str .. py:property:: og_description :type: str .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page. .. py:property:: editbar_links :type: list[onegov.core.elements.Link] | None A of :class:`onegov.org.elements.LinkGroup` classes. Each of them will be shown in the top editbar, with the group title being the dropdown title.