pas.layouts.settlement_run

Classes

SettlementRunCollectionLayout

The default layout meant for the public facing parts of the site.

SettlementRunLayout

The default layout meant for the public facing parts of the site.

Module Contents

class pas.layouts.settlement_run.SettlementRunCollectionLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]

Bases: onegov.pas.layouts.default.DefaultLayout

The default layout meant for the public facing parts of the site.

property title: str[source]
property og_description: str[source]
property breadcrumbs: list[onegov.core.elements.Link][source]

Returns the breadcrumbs for the current page.

A of onegov.org.elements.LinkGroup classes. Each of them will be shown in the top editbar, with the group title being the dropdown title.

class pas.layouts.settlement_run.SettlementRunLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]

Bases: onegov.pas.layouts.default.DefaultLayout

The default layout meant for the public facing parts of the site.

property collection: onegov.pas.collections.SettlementRunCollection[source]
property title: str[source]
property og_description: str[source]
property breadcrumbs: list[onegov.core.elements.Link][source]

Returns the breadcrumbs for the current page.

A of onegov.org.elements.LinkGroup classes. Each of them will be shown in the top editbar, with the group title being the dropdown title.