ListMixin¶
- class djmvc.views.list.ListMixin[source]¶
Bases:
objectList view behaviour: navigation tag, empty-state text, list actions.
- property title¶
Page heading from the model’s
verbose_name_plural.
- property icon¶
Bootstrap Icons name; falls back to the model controller
icon.
- property color¶
Bulma color for the navigation icon; falls back to the model controller.
- property list_actions¶
Permitted bulk-action views for the list action bar.
- property list_action_count_label_one¶
Selection count label when exactly one row is selected.
- property list_action_count_label_other¶
Selection count label template when multiple rows are selected.