diff --git a/netbox/templates/ipam/vlantranslationpolicy.html b/netbox/templates/ipam/vlantranslationpolicy.html
index 616205428..f26f8db60 100644
--- a/netbox/templates/ipam/vlantranslationpolicy.html
+++ b/netbox/templates/ipam/vlantranslationpolicy.html
@@ -5,33 +5,33 @@
{% load i18n %}
{% block content %}
-
-
-
-
-
-
- {% trans "DNS Name" %} |
- {{ object.name|placeholder }} |
-
-
- {% trans "Description" %} |
- {{ object.description|placeholder }} |
-
-
-
- {% plugin_left_page object %}
-
-
- {% include 'inc/panels/tags.html' %}
- {% include 'inc/panels/custom_fields.html' %}
- {% include 'inc/panels/comments.html' %}
- {% plugin_right_page object %}
-
-
-
-
- {% plugin_full_width_page object %}
-
-
+
+
+
+
+
+
+ {% trans "DNS Name" %} |
+ {{ object.name|placeholder }} |
+
+
+ {% trans "Description" %} |
+ {{ object.description|placeholder }} |
+
+
+
+ {% plugin_left_page object %}
+
+
+ {% include 'inc/panels/tags.html' %}
+ {% include 'inc/panels/custom_fields.html' %}
+ {% include 'inc/panels/comments.html' %}
+ {% plugin_right_page object %}
+
+
+
+
+ {% plugin_full_width_page object %}
+
+
{% endblock %}
diff --git a/netbox/templates/ipam/vlantranslationrule.html b/netbox/templates/ipam/vlantranslationrule.html
index 646e88b2b..e280c28dd 100644
--- a/netbox/templates/ipam/vlantranslationrule.html
+++ b/netbox/templates/ipam/vlantranslationrule.html
@@ -5,37 +5,37 @@
{% load i18n %}
{% block content %}
-
-
-
-
-
-
- {% trans "Policy" %} |
- {{ object.policy|placeholder }} |
-
-
- {% trans "Local VID" %} |
- {{ object.local_vid|placeholder }} |
-
-
- {% trans "Remote VID" %} |
- {{ object.remote_vid|placeholder }} |
-
-
-
- {% plugin_left_page object %}
-
-
- {% include 'inc/panels/tags.html' %}
- {% include 'inc/panels/custom_fields.html' %}
- {% include 'inc/panels/comments.html' %}
- {% plugin_right_page object %}
-
-
-
-
- {% plugin_full_width_page object %}
-
-
+
+
+
+
+
+
+ {% trans "Policy" %} |
+ {{ object.policy|placeholder }} |
+
+
+ {% trans "Local VID" %} |
+ {{ object.local_vid|placeholder }} |
+
+
+ {% trans "Remote VID" %} |
+ {{ object.remote_vid|placeholder }} |
+
+
+
+ {% plugin_left_page object %}
+
+
+ {% include 'inc/panels/tags.html' %}
+ {% include 'inc/panels/custom_fields.html' %}
+ {% include 'inc/panels/comments.html' %}
+ {% plugin_right_page object %}
+
+
+
+
+ {% plugin_full_width_page object %}
+
+
{% endblock %}