org.views.form_collection
Lists the custom forms.
Attributes
Functions
  | 
|
  | 
|
  | 
Module Contents
- type org.views.form_collection.SortKey = Callable[[FormDefinition | ExternalLink | FormDocument], SupportsRichComparison][source]
 
- org.views.form_collection.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]][source]