diff --git a/netbox/templates/generic/object_children.html b/netbox/templates/generic/object_children.html index a0f33e1b1..0fa59d1ec 100644 --- a/netbox/templates/generic/object_children.html +++ b/netbox/templates/generic/object_children.html @@ -1,5 +1,6 @@ {% extends base_template %} {% load helpers %} +{% load i18n %} {% block content %} {% include 'inc/table_controls_htmx.html' with table_modal=table_config %}