diff --git a/netbox/dcim/tables/template_code.py b/netbox/dcim/tables/template_code.py
index ee0956f2c..5dcc55441 100644
--- a/netbox/dcim/tables/template_code.py
+++ b/netbox/dcim/tables/template_code.py
@@ -57,7 +57,7 @@ INTERFACE_FHRPGROUPS = """
INTERFACE_TAGGED_VLANS = """
{% if record.mode == 'tagged' %}
{% if value.count > 3 %}
- {{ value.count }}
+ {{ value.count }}
{% else %}
{% for vlan in value.all %}
{{ vlan }}
diff --git a/netbox/templates/dcim/interface.html b/netbox/templates/dcim/interface.html
index 6aa90a154..016a6c890 100644
--- a/netbox/templates/dcim/interface.html
+++ b/netbox/templates/dcim/interface.html
@@ -351,7 +351,7 @@