fsi.layouts.course_attendee =========================== .. py:module:: fsi.layouts.course_attendee Classes ------- .. autoapisummary:: fsi.layouts.course_attendee.CourseAttendeeCollectionLayout fsi.layouts.course_attendee.CourseAttendeeLayout Module Contents --------------- .. py:class:: CourseAttendeeCollectionLayout(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: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:property:: collection :type: onegov.fsi.collections.attendee.CourseAttendeeCollection .. py:property:: collection_externals :type: onegov.fsi.collections.attendee.CourseAttendeeCollection .. py:property:: collection_editors :type: onegov.fsi.collections.attendee.CourseAttendeeCollection .. py:property:: collection_admins :type: onegov.fsi.collections.attendee.CourseAttendeeCollection .. py:property:: menu :type: list[tuple[str, str, bool]] .. py:class:: CourseAttendeeLayout(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.CourseAttendee .. py:property:: title :type: str .. py:property:: collection :type: onegov.fsi.collections.attendee.CourseAttendeeCollection .. 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:property:: for_himself :type: bool