feriennet.layout
Classes
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
|
The default layout meant for the public facing parts of the site. |
Module Contents
- class feriennet.layout.DefaultLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
onegov.org.layout.DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.VacationActivityCollectionLayout(model: onegov.feriennet.collections.VacationActivityCollection, request: onegov.feriennet.request.FeriennetRequest)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.BookingCollectionLayout(model: onegov.activity.BookingCollection, request: onegov.feriennet.request.FeriennetRequest, user: User | None = None)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.GroupInviteLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.VacationActivityFormLayout(model: onegov.feriennet.models.VacationActivity | onegov.feriennet.collections.VacationActivityCollection, request: onegov.feriennet.request.FeriennetRequest, title: str)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- model: onegov.feriennet.models.VacationActivity | onegov.feriennet.collections.VacationActivityCollection[source]
- class feriennet.layout.OccasionFormLayout(model: onegov.activity.Activity, request: onegov.feriennet.request.FeriennetRequest, title: str)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.VacationActivityLayout(model: onegov.feriennet.models.VacationActivity, request: onegov.feriennet.request.FeriennetRequest)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- property breadcrumbs: list[onegov.core.elements.Link][source]
Returns the breadcrumbs for the current page.
- property latest_request: PublicationRequest | None[source]
- class feriennet.layout.PeriodCollectionLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.PeriodFormLayout(model: Period | PeriodCollection, request: onegov.feriennet.request.FeriennetRequest, title: str)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- model: Period | PeriodCollection[source]
- class feriennet.layout.MatchCollectionLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.BillingCollectionLayout(model: onegov.feriennet.collections.BillingCollection, request: onegov.feriennet.request.FeriennetRequest)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.OnlinePaymentsLayout(model: Any, request: onegov.feriennet.request.FeriennetRequest, title: str)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.BillingCollectionImportLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.BillingCollectionManualBookingLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.BillingCollectionPaymentWithDateLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.InvoiceLayout(model: Any, request: onegov.feriennet.request.FeriennetRequest, title: str)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.DonationLayout(model: onegov.activity.collections.InvoiceCollection, request: onegov.feriennet.request.FeriennetRequest, title: str)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.OccasionAttendeeLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.NotificationTemplateCollectionLayout(model: onegov.feriennet.collections.NotificationTemplateCollection, request: onegov.feriennet.request.FeriennetRequest, subtitle: str | None = None)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.NotificationTemplateLayout(model: onegov.feriennet.models.NotificationTemplate, request: onegov.feriennet.request.FeriennetRequest, subtitle: str | None = None)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.VolunteerLayout(model: onegov.activity.collections.VolunteerCollection, request: onegov.feriennet.request.FeriennetRequest)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.VolunteerFormLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.
- class feriennet.layout.HomepageLayout(model: onegov.org.models.Organisation, request: onegov.feriennet.request.FeriennetRequest)[source]
Bases:
DefaultLayout
The default layout meant for the public facing parts of the site.