diff --git a/machines/templates/machines/index_portlist.html b/machines/templates/machines/index_portlist.html
index c21ea30e..04ac66d4 100644
--- a/machines/templates/machines/index_portlist.html
+++ b/machines/templates/machines/index_portlist.html
@@ -15,6 +15,7 @@
TCP (sortie)
UDP (entrée)
UDP (sortie)
+ Machines
@@ -25,6 +26,23 @@
{% for p in pl.tcp_ports_out %}{{p.show_port}}, {%endfor%}
{% for p in pl.udp_ports_in %}{{p.show_port}}, {%endfor%}
{% for p in pl.udp_ports_out %}{{p.show_port}}, {%endfor%}
+
+ {% if pl.interface_set.all %}
+
+
+
+
+
+
+ {% endif %}
{% include 'buttons/suppr.html' with href='machines:del-portlist' id=pl.id %}
{% include 'buttons/edit.html' with href='machines:edit-portlist' id=pl.id %}