diff --git a/topologie/templates/topologie/aff_port_profile.html b/topologie/templates/topologie/aff_port_profile.html
index 577ac2a5..12c8b365 100644
--- a/topologie/templates/topologie/aff_port_profile.html
+++ b/topologie/templates/topologie/aff_port_profile.html
@@ -52,7 +52,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Untagged : {{port_profile.vlan_untagged}}
{% endif %}
- {% if port_profile.vlan_untagged %}
+ {% if port_profile.vlan_tagged.all %}
Tagged : {{port_profile.vlan_tagged.all|join:", "}}
{% endif %}