diff --git a/netbox/templates/dcim/module.html b/netbox/templates/dcim/module.html
index 525d39534..130cd046f 100644
--- a/netbox/templates/dcim/module.html
+++ b/netbox/templates/dcim/module.html
@@ -11,36 +11,36 @@
{% endblock %}
{% block extra_controls %}
- {% if perms.dcim.change_module %}
-
-
-
-
- {% endif %}
+ {% if perms.dcim.change_module %}
+
+
+
+
+ {% endif %}
{% endblock %}
{% block content %}
@@ -90,7 +90,7 @@
{% if component_count %}
{{ component_count }}
{% else %}
- None
+ {{ ''|placeholder }}
{% endif %}
{% endwith %}
@@ -102,7 +102,7 @@
{% if component_count %}
{{ component_count }}
{% else %}
- None
+ {{ ''|placeholder }}
{% endif %}
{% endwith %}
@@ -114,7 +114,7 @@
{% if component_count %}
{{ component_count }}
{% else %}
- None
+ {{ ''|placeholder }}
{% endif %}
{% endwith %}
@@ -126,7 +126,7 @@
{% if component_count %}
{{ component_count }}
{% else %}
- None
+ {{ ''|placeholder }}
{% endif %}
{% endwith %}
@@ -138,7 +138,7 @@
{% if component_count %}
{{ component_count }}
{% else %}
- None
+ {{ ''|placeholder }}
{% endif %}
{% endwith %}
@@ -150,7 +150,7 @@
{% if component_count %}
{{ component_count }}
{% else %}
- None
+ {{ ''|placeholder }}
{% endif %}
{% endwith %}
@@ -162,7 +162,7 @@
{% if component_count %}
{{ component_count }}
{% else %}
- None
+ {{ ''|placeholder }}
{% endif %}
{% endwith %}