diff --git a/netbox/templates/circuits/circuit_list.html b/netbox/templates/circuits/circuit_list.html
index de99223131..f05552f7da 100644
--- a/netbox/templates/circuits/circuit_list.html
+++ b/netbox/templates/circuits/circuit_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/circuits/circuittype_list.html b/netbox/templates/circuits/circuittype_list.html
index af48ecd0c5..2b9469042a 100644
--- a/netbox/templates/circuits/circuittype_list.html
+++ b/netbox/templates/circuits/circuittype_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/dcim/device_list.html b/netbox/templates/dcim/device_list.html
index cccdfe4c09..f96b273092 100644
--- a/netbox/templates/dcim/device_list.html
+++ b/netbox/templates/dcim/device_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/dcim/devicerole_list.html b/netbox/templates/dcim/devicerole_list.html
index cf58d2b1d2..6dd95b86d4 100644
--- a/netbox/templates/dcim/devicerole_list.html
+++ b/netbox/templates/dcim/devicerole_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/dcim/devicetype_list.html b/netbox/templates/dcim/devicetype_list.html
index e0f365786d..91745082aa 100644
--- a/netbox/templates/dcim/devicetype_list.html
+++ b/netbox/templates/dcim/devicetype_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/dcim/manufacturer_list.html b/netbox/templates/dcim/manufacturer_list.html
index 0ca9c40b3f..09b06ef293 100644
--- a/netbox/templates/dcim/manufacturer_list.html
+++ b/netbox/templates/dcim/manufacturer_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/dcim/platform_list.html b/netbox/templates/dcim/platform_list.html
index 66dce92522..123c863ea4 100644
--- a/netbox/templates/dcim/platform_list.html
+++ b/netbox/templates/dcim/platform_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/dcim/rack_list.html b/netbox/templates/dcim/rack_list.html
index eb00800ec3..a612ada577 100644
--- a/netbox/templates/dcim/rack_list.html
+++ b/netbox/templates/dcim/rack_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/dcim/rackgroup_list.html b/netbox/templates/dcim/rackgroup_list.html
index 51989db0f1..c16b1605fd 100644
--- a/netbox/templates/dcim/rackgroup_list.html
+++ b/netbox/templates/dcim/rackgroup_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/dcim/region_list.html b/netbox/templates/dcim/region_list.html
index d6b9f1c5a6..0f6d39c159 100644
--- a/netbox/templates/dcim/region_list.html
+++ b/netbox/templates/dcim/region_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/ipam/aggregate_list.html b/netbox/templates/ipam/aggregate_list.html
index 7b15479f62..73da9695dc 100644
--- a/netbox/templates/ipam/aggregate_list.html
+++ b/netbox/templates/ipam/aggregate_list.html
@@ -1,7 +1,6 @@
{% extends '_base.html' %}
{% load buttons %}
{% load humanize %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/ipam/ipaddress_list.html b/netbox/templates/ipam/ipaddress_list.html
index 9e378de54d..5f8fdeb88c 100644
--- a/netbox/templates/ipam/ipaddress_list.html
+++ b/netbox/templates/ipam/ipaddress_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/ipam/prefix_list.html b/netbox/templates/ipam/prefix_list.html
index 8e6d28d493..d65904595a 100644
--- a/netbox/templates/ipam/prefix_list.html
+++ b/netbox/templates/ipam/prefix_list.html
@@ -1,7 +1,6 @@
{% extends '_base.html' %}
{% load buttons %}
{% load helpers %}
-{% load form_helpers %}
{% block content %}
diff --git a/netbox/templates/ipam/rir_list.html b/netbox/templates/ipam/rir_list.html
index 40a21fc256..67356b3cb9 100644
--- a/netbox/templates/ipam/rir_list.html
+++ b/netbox/templates/ipam/rir_list.html
@@ -1,7 +1,6 @@
{% extends '_base.html' %}
{% load buttons %}
{% load humanize %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/ipam/role_list.html b/netbox/templates/ipam/role_list.html
index bc493e15b8..cd6fcd7aa3 100644
--- a/netbox/templates/ipam/role_list.html
+++ b/netbox/templates/ipam/role_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/ipam/vlan_list.html b/netbox/templates/ipam/vlan_list.html
index 29fc6a79d9..24e12595bb 100644
--- a/netbox/templates/ipam/vlan_list.html
+++ b/netbox/templates/ipam/vlan_list.html
@@ -1,7 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
-{% load form_helpers %}
{% block content %}
diff --git a/netbox/templates/ipam/vlangroup_list.html b/netbox/templates/ipam/vlangroup_list.html
index 6eb63afdcd..9333f95c70 100644
--- a/netbox/templates/ipam/vlangroup_list.html
+++ b/netbox/templates/ipam/vlangroup_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/ipam/vrf_list.html b/netbox/templates/ipam/vrf_list.html
index 4799475542..23bd16495e 100644
--- a/netbox/templates/ipam/vrf_list.html
+++ b/netbox/templates/ipam/vrf_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
-{% load helpers %}
-{% load form_helpers %}
+{% load buttons %}
{% block content %}
diff --git a/netbox/templates/secrets/secret_list.html b/netbox/templates/secrets/secret_list.html
index 4e2aa9cb97..6dd92cd896 100644
--- a/netbox/templates/secrets/secret_list.html
+++ b/netbox/templates/secrets/secret_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/secrets/secretrole_list.html b/netbox/templates/secrets/secretrole_list.html
index c76c8f748c..e968630f61 100644
--- a/netbox/templates/secrets/secretrole_list.html
+++ b/netbox/templates/secrets/secretrole_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/tenancy/tenant_list.html b/netbox/templates/tenancy/tenant_list.html
index c2181f1b8e..e6fd61c372 100644
--- a/netbox/templates/tenancy/tenant_list.html
+++ b/netbox/templates/tenancy/tenant_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/tenancy/tenantgroup_list.html b/netbox/templates/tenancy/tenantgroup_list.html
index 26bbb86bdf..a625949942 100644
--- a/netbox/templates/tenancy/tenantgroup_list.html
+++ b/netbox/templates/tenancy/tenantgroup_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/virtualization/clustergroup_list.html b/netbox/templates/virtualization/clustergroup_list.html
index a5d042f65f..d724c2c43e 100644
--- a/netbox/templates/virtualization/clustergroup_list.html
+++ b/netbox/templates/virtualization/clustergroup_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}
diff --git a/netbox/templates/virtualization/clustertype_list.html b/netbox/templates/virtualization/clustertype_list.html
index b05ae9afee..37f8cc31bf 100644
--- a/netbox/templates/virtualization/clustertype_list.html
+++ b/netbox/templates/virtualization/clustertype_list.html
@@ -1,6 +1,5 @@
{% extends '_base.html' %}
{% load buttons %}
-{% load helpers %}
{% block content %}