fsi.layouts.course_event ======================== .. py:module:: fsi.layouts.course_event Classes ------- .. autoapisummary:: fsi.layouts.course_event.CourseEventCollectionLayout fsi.layouts.course_event.CourseEventLayout fsi.layouts.course_event.EditCourseEventLayout fsi.layouts.course_event.AddCourseEventLayout fsi.layouts.course_event.DuplicateCourseEventLayout Module Contents --------------- .. py:class:: CourseEventCollectionLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`onegov.fsi.layout.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:attribute:: model :type: onegov.fsi.collections.course_event.CourseEventCollection .. py:property:: course :type: onegov.fsi.models.Course | None .. py:property:: title :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 | onegov.core.elements.LinkGroup] 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:method:: subscriptions_link(event: onegov.fsi.models.CourseEvent) -> str .. py:method:: audit_link(course: onegov.fsi.models.Course | None) -> str | None .. py:class:: CourseEventLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`onegov.fsi.layout.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:attribute:: model :type: onegov.fsi.models.CourseEvent .. py:property:: title :type: str .. py:property:: collection :type: onegov.fsi.collections.course_event.CourseEventCollection .. py:property:: course_collection :type: onegov.fsi.collections.course_event.CourseEventCollection .. py:property:: reservation_collection :type: onegov.fsi.collections.subscription.SubscriptionsCollection .. py:property:: template_collection :type: onegov.fsi.collections.notification_template.CourseNotificationTemplateCollection .. py:property:: collection_url :type: str .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the detail page. .. py:property:: editbar_links :type: list[onegov.core.elements.Link | onegov.core.elements.LinkGroup] 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:property:: intercooler_btn :type: onegov.core.elements.Link .. py:class:: EditCourseEventLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`CourseEventLayout` The default layout meant for the public facing parts of the site. .. py:property:: title :type: str .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the detail page. .. py:class:: AddCourseEventLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`CourseEventCollectionLayout` The default layout meant for the public facing parts of the site. .. py:property:: title :type: str .. py:property:: editbar_links :type: list[onegov.core.elements.Link | onegov.core.elements.LinkGroup] 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:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page. .. py:class:: DuplicateCourseEventLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`CourseEventLayout` The default layout meant for the public facing parts of the site. .. py:property:: title :type: str .. py:property:: editbar_links :type: list[onegov.core.elements.Link | onegov.core.elements.LinkGroup] 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.