{% trans "Add Prefix" %}
diff --git a/netbox/templates/ipam/inc/max_depth.html b/netbox/templates/ipam/inc/max_depth.html
new file mode 100644
index 000000000..850e7df54
--- /dev/null
+++ b/netbox/templates/ipam/inc/max_depth.html
@@ -0,0 +1,20 @@
+{% load i18n %}
+{% load helpers %}
+
+
+
+
+
diff --git a/netbox/templates/ipam/inc/max_length.html b/netbox/templates/ipam/inc/max_length.html
new file mode 100644
index 000000000..858dd3529
--- /dev/null
+++ b/netbox/templates/ipam/inc/max_length.html
@@ -0,0 +1,20 @@
+{% load i18n %}
+{% load helpers %}
+
+
+
+
+
diff --git a/netbox/templates/ipam/prefix/prefixes.html b/netbox/templates/ipam/prefix/prefixes.html
index 3962455a2..4261c3c36 100644
--- a/netbox/templates/ipam/prefix/prefixes.html
+++ b/netbox/templates/ipam/prefix/prefixes.html
@@ -3,6 +3,8 @@
{% block extra_controls %}
{% include 'ipam/inc/toggle_available.html' %}
+ {% include 'ipam/inc/max_depth.html' %}
+ {% include 'ipam/inc/max_length.html' %}
{% if perms.ipam.add_prefix and first_available_prefix %}