diff --git a/netbox/templates/circuits/provider.html b/netbox/templates/circuits/provider.html
index d72af1ccc..44ec1e4af 100644
--- a/netbox/templates/circuits/provider.html
+++ b/netbox/templates/circuits/provider.html
@@ -49,18 +49,13 @@
-
+ {% htmx_table 'circuits:provideraccount_list' provider_id=object.pk %}
+
-
+ {% htmx_table 'circuits:circuit_list' provider_id=object.pk %}
{% plugin_full_width_page object %}
diff --git a/netbox/templates/circuits/provideraccount.html b/netbox/templates/circuits/provideraccount.html
index caebd9975..9042bd98a 100644
--- a/netbox/templates/circuits/provideraccount.html
+++ b/netbox/templates/circuits/provideraccount.html
@@ -42,10 +42,7 @@
-
+ {% htmx_table 'circuits:circuit_list' provider_account_id=object.pk %}
{% plugin_full_width_page object %}
diff --git a/netbox/templates/circuits/providernetwork.html b/netbox/templates/circuits/providernetwork.html
index 6c45b81d8..f074db590 100644
--- a/netbox/templates/circuits/providernetwork.html
+++ b/netbox/templates/circuits/providernetwork.html
@@ -48,10 +48,7 @@
-
+ {% htmx_table 'circuits:circuit_list' provider_network_id=object.pk %}
{% plugin_full_width_page object %}
diff --git a/netbox/templates/core/datasource.html b/netbox/templates/core/datasource.html
index 665ea3092..3b5f86490 100644
--- a/netbox/templates/core/datasource.html
+++ b/netbox/templates/core/datasource.html
@@ -112,10 +112,7 @@
-
+ {% htmx_table 'core:datafile_list' source_id=object.pk %}
{% plugin_full_width_page object %}
diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html
index 0725be056..267da140b 100644
--- a/netbox/templates/dcim/device.html
+++ b/netbox/templates/dcim/device.html
@@ -154,10 +154,7 @@
{% include 'inc/panels/comments.html' %}
-
+ {% htmx_table 'dcim:virtualdevicecontext_list' device_id=object.pk %}
{% if perms.dcim.add_virtualdevicecontext %}