diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html
index 1f3529b8f..c275dfd65 100644
--- a/netbox/templates/dcim/inc/interface.html
+++ b/netbox/templates/dcim/inc/interface.html
@@ -38,23 +38,6 @@
{% endfor %}
- {#Tagged ports#}
-{#
#}
-{# {% if iface.tagged_vlans.all %}#}
-{# {% for tag in iface.tagged_vlans.all %}#}
-{# {{ tag }}#}
-{# #}
-{# {% endfor %}#}
-{# {% endif %}#}
-{# | #}
-{##}
- {#Untagged ports#}
-{# #}
-{# {% if iface.untagged_vlan %}#}
-{# {{ iface.untagged_vlan }}#}
-{# {% endif %}#}
-{# | #}
-
{# MTU #}
{{ iface.mtu|default:"—" }} |