diff --git a/netbox/templates/generic/object_list.html b/netbox/templates/generic/object_list.html index 70d9e858d..6a2c3d4c9 100644 --- a/netbox/templates/generic/object_list.html +++ b/netbox/templates/generic/object_list.html @@ -8,14 +8,13 @@ {% comment %} Blocks: - - title: Page title - - controls: Control elements displayed between the header and content - - extra_controls: Any additional action buttons to display - - tabs: Page tabs - - content: Primary page content - - bulk_buttons: Bulk action buttons to display beneath the objects list - - extra_bulk_buttons: Addition bulk action buttons - - modals: Any pre-loaded modals + - title: Page title + - controls: Control elements displayed between the header and content + - extra_controls: Any additional action buttons to display + - tabs: Page tabs + - content: Primary page content + - bulk_buttons: Additional bulk action buttons to display beneath the objects list + - modals: Any pre-loaded modals Context: - model: The model class being listed