pas.layouts.parliamentary_group

Classes

PASParliamentaryGroupCollectionLayout

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

PASParliamentaryGroupLayout

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

Module Contents

class pas.layouts.parliamentary_group.PASParliamentaryGroupCollectionLayout(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.

class pas.layouts.parliamentary_group.PASParliamentaryGroupLayout(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.parliamentary_group.PASParliamentaryGroupCollection[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.