fsi.layouts.audit ================= .. py:module:: fsi.layouts.audit Classes ------- .. autoapisummary:: fsi.layouts.audit.AuditLayout Module Contents --------------- .. py:class:: AuditLayout(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.audit.AuditCollection .. 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:: render_start_end(start: datetime.datetime | None, end: datetime.datetime | None) -> str .. py:method:: format_refresh_interval(num_years: int) -> str .. py:method:: next_event_date(start: datetime.datetime | None, refresh_interval: int | None) -> datetime.datetime | None :staticmethod: .. py:property:: audit_table_headers :type: list[str]