election_day.layouts.manage =========================== .. py:module:: election_day.layouts.manage Classes ------- .. autoapisummary:: election_day.layouts.manage.ManageLayout election_day.layouts.manage.ManageElectionsLayout election_day.layouts.manage.ManageElectionCompoundsLayout election_day.layouts.manage.ManageVotesLayout election_day.layouts.manage.ManageSubscribersLayout election_day.layouts.manage.ManageUploadTokensLayout election_day.layouts.manage.ManageDataSourcesLayout election_day.layouts.manage.ManageDataSourceItemsLayout election_day.layouts.manage.ManageScreensLayout Module Contents --------------- .. py:class:: ManageLayout(model: Any, request: onegov.election_day.request.ElectionDayRequest) Bases: :py:obj:`onegov.election_day.layouts.default.DefaultLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:attribute:: breadcrumbs .. py:property:: manage_model_link :type: str .. py:property:: menu :type: election_day.layouts.election.NestedMenu .. py:method:: title() -> str .. py:method:: clear_media(tabs: collections.abc.Collection[str] | None = None, additional: list[str] | None = None) -> int .. py:class:: ManageElectionsLayout(model: onegov.election_day.models.Election | onegov.election_day.collections.ElectionCollection, request: onegov.election_day.request.ElectionDayRequest) Bases: :py:obj:`ManageLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:attribute:: model :type: onegov.election_day.models.Election | onegov.election_day.collections.ElectionCollection .. py:property:: manage_model_link :type: str .. py:method:: clear_media() -> int .. py:class:: ManageElectionCompoundsLayout(model: onegov.election_day.models.ElectionCompound | onegov.election_day.collections.ElectionCompoundCollection, request: onegov.election_day.request.ElectionDayRequest) Bases: :py:obj:`ManageLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:attribute:: model :type: onegov.election_day.models.ElectionCompound | onegov.election_day.collections.ElectionCompoundCollection .. py:property:: manage_model_link :type: str .. py:method:: clear_media() -> int .. py:class:: ManageVotesLayout(model: onegov.election_day.models.Vote | onegov.election_day.collections.VoteCollection, request: onegov.election_day.request.ElectionDayRequest) Bases: :py:obj:`ManageLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:attribute:: model :type: onegov.election_day.models.Vote | onegov.election_day.collections.VoteCollection .. py:property:: manage_model_link :type: str .. py:method:: clear_media() -> int .. py:class:: ManageSubscribersLayout(model: onegov.election_day.collections.SubscriberCollection[Any] | onegov.election_day.models.Subscriber, request: onegov.election_day.request.ElectionDayRequest) Bases: :py:obj:`ManageLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:attribute:: model :type: onegov.election_day.collections.SubscriberCollection[Any] | onegov.election_day.models.Subscriber .. py:property:: manage_model_link :type: str .. py:class:: ManageUploadTokensLayout(model: onegov.election_day.models.UploadToken | onegov.election_day.collections.UploadTokenCollection, request: onegov.election_day.request.ElectionDayRequest) Bases: :py:obj:`ManageLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:attribute:: model :type: onegov.election_day.models.UploadToken | onegov.election_day.collections.UploadTokenCollection .. py:property:: manage_model_link :type: str .. py:class:: ManageDataSourcesLayout(model: Any, request: onegov.election_day.request.ElectionDayRequest) Bases: :py:obj:`ManageLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:property:: manage_model_link :type: str .. py:class:: ManageDataSourceItemsLayout(model: onegov.election_day.models.DataSource | onegov.election_day.collections.DataSourceItemCollection, request: onegov.election_day.request.ElectionDayRequest) Bases: :py:obj:`ManageLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:attribute:: model :type: onegov.election_day.models.DataSource | onegov.election_day.collections.DataSourceItemCollection .. py:property:: manage_model_link :type: str .. py:class:: ManageScreensLayout(model: Any, request: onegov.election_day.request.ElectionDayRequest) Bases: :py:obj:`ManageLayout` Extends the base layout class with methods related to chameleon template rendering. This class assumes the existance of two templates: - layout.pt -> Contains the page skeleton with headers, body and so on. - macros.pt -> Contains chameleon macros. .. py:property:: manage_model_link :type: str