org.views.form_collection ========================= .. py:module:: org.views.form_collection .. autoapi-nested-parse:: Lists the custom forms. Attributes ---------- .. autoapisummary:: org.views.form_collection.SortKey Functions --------- .. autoapisummary:: org.views.form_collection.combine_grouped org.views.form_collection.view_form_collection org.views.form_collection.view_survey_collection Module Contents --------------- .. py:type:: SortKey :canonical: Callable[[FormDefinition | ExternalLink | FormDocument], SupportsRichComparison] .. py:function:: combine_grouped(items: dict[str, list[onegov.form.FormDefinition]], external_links: dict[str, list[onegov.org.models.external_link.ExternalLink]], document_forms: dict[str, list[onegov.org.models.document_form.FormDocument]], sort: SortKey | None = None) -> dict[str, list[onegov.form.FormDefinition | onegov.org.models.external_link.ExternalLink | onegov.org.models.document_form.FormDocument]] .. py:function:: view_form_collection(self: onegov.form.FormCollection, request: onegov.org.request.OrgRequest, layout: onegov.org.layout.FormCollectionLayout | None = None) -> onegov.core.types.RenderData .. py:function:: view_survey_collection(self: onegov.form.collection.SurveyCollection, request: onegov.org.request.OrgRequest, layout: onegov.org.layout.SurveyCollectionLayout | None = None) -> onegov.core.types.RenderData