-
+
{% trans "View List" %}
@@ -17,8 +17,8 @@
{% trans "Labels only" %}
@@ -26,7 +26,7 @@
diff --git a/netbox/templates/dcim/rack_list.html b/netbox/templates/dcim/rack_list.html
index ca72d2f25..1772ea7df 100644
--- a/netbox/templates/dcim/rack_list.html
+++ b/netbox/templates/dcim/rack_list.html
@@ -4,7 +4,7 @@
{% load i18n %}
{% block extra_controls %}
-
+
{% trans "View Elevations" %}
{% endblock %}
diff --git a/netbox/templates/generic/bulk_add.html b/netbox/templates/generic/bulk_add.html
index 99b60b3a1..33bc0d769 100644
--- a/netbox/templates/generic/bulk_add.html
+++ b/netbox/templates/generic/bulk_add.html
@@ -8,7 +8,7 @@
{% block tabs %}
-
+
{% trans "Create" %}
diff --git a/netbox/templates/inc/paginator.html b/netbox/templates/inc/paginator.html
index f7e2f160a..74fbd9359 100644
--- a/netbox/templates/inc/paginator.html
+++ b/netbox/templates/inc/paginator.html
@@ -19,11 +19,11 @@
{% if page.has_previous %}
{% if htmx %}
-
+
{% else %}
-
+
{% endif %}
@@ -35,11 +35,11 @@
{% for p in page.smart_pages %}
{% if p and htmx %}
-
+
{{ p }}
{% elif p %}
-
+
{{ p }}
{% else %}
@@ -53,11 +53,11 @@
{% if page.has_next %}
{% if htmx %}
-
+
{% else %}
-
+
{% endif %}
@@ -89,9 +89,9 @@
{% for n in page.paginator.get_page_lengths %}
{% if htmx %}
- {{ n }}
+ {{ n }}
{% else %}
- {{ n }}
+ {{ n }}
{% endif %}
{% endfor %}
diff --git a/netbox/templates/ipam/inc/ipaddress_edit_header.html b/netbox/templates/ipam/inc/ipaddress_edit_header.html
index c7fbffee7..bc3d47eca 100644
--- a/netbox/templates/ipam/inc/ipaddress_edit_header.html
+++ b/netbox/templates/ipam/inc/ipaddress_edit_header.html
@@ -3,19 +3,19 @@