pas.layouts.import_log ====================== .. py:module:: pas.layouts.import_log Classes ------- .. autoapisummary:: pas.layouts.import_log.ImportLogCollectionLayout pas.layouts.import_log.ImportLogLayout Module Contents --------------- .. py:class:: ImportLogCollectionLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`onegov.pas.layouts.default.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:attribute:: model :type: onegov.pas.collections.ImportLogCollection .. py:property:: title :type: str .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page. .. py:property:: kub_token_configured :type: bool .. py:property:: trigger_import_link :type: onegov.core.elements.Link | None .. py:property:: last_import_log :type: onegov.pas.models.ImportLog | None .. py:property:: last_import_time :type: str | None .. py:class:: ImportLogLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`onegov.pas.layouts.default.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:attribute:: model :type: onegov.pas.models.ImportLog .. py:property:: collection :type: onegov.pas.collections.ImportLogCollection .. py:property:: title :type: str .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page.