-
- {% include 'inc/table.html' %}
-
+
+ {% include 'inc/table.html' %}
+
+
-
{% endblock content %}
diff --git a/netbox/templates/generic/object_bulk_edit.html b/netbox/templates/generic/object_bulk_edit.html
index 78309de7a..098e7d1dc 100644
--- a/netbox/templates/generic/object_bulk_edit.html
+++ b/netbox/templates/generic/object_bulk_edit.html
@@ -15,11 +15,7 @@
{% endfor %}
-
-
- {% include 'inc/table.html' %}
-
-
+ {% include 'inc/table.html' %}
diff --git a/netbox/templates/generic/object_bulk_remove.html b/netbox/templates/generic/object_bulk_remove.html
index cf18bf1cc..04be91f2d 100644
--- a/netbox/templates/generic/object_bulk_remove.html
+++ b/netbox/templates/generic/object_bulk_remove.html
@@ -4,37 +4,25 @@
{% block title %}Remove {{ table.rows|length }} {{ obj_type_plural|bettertitle }}?{% endblock %}
{% block content %}
-
-
-
-
Confirm Bulk Removal
-
Warning: The following operation will remove {{ table.rows|length }} {{ obj_type_plural }} from {{ parent_obj }}.
-
-
Please carefully review the {{ obj_type_plural }} to be removed and confirm below.
-
-
+
+
+
Confirm Bulk Removal
+
Warning: The following operation will remove {{ table.rows|length }} {{ obj_type_plural }} from {{ parent_obj }}.
+
+
Please carefully review the {{ obj_type_plural }} to be removed and confirm below.
+
-
-
-
-
- {% include 'inc/table.html' %}
-
-
-
-
-
-
-
+
+ {% include 'inc/table.html' %}
+
{% endblock content %}
diff --git a/netbox/templates/generic/object_bulk_rename.html b/netbox/templates/generic/object_bulk_rename.html
index 78501825b..134d3df5a 100644
--- a/netbox/templates/generic/object_bulk_rename.html
+++ b/netbox/templates/generic/object_bulk_rename.html
@@ -7,26 +7,22 @@
{% block content %}
-
-
-
-
-
- Current Name |
- New Name |
-
-
-
- {% for obj in selected_objects %}
-
- {{ obj.name }} |
- {{ obj.new_name }} |
-
- {% endfor %}
-
-
-
-
+
+
+
+ Current Name |
+ New Name |
+
+
+
+ {% for obj in selected_objects %}
+
+ {{ obj.name }} |
+ {{ obj.new_name }} |
+
+ {% endfor %}
+
+