diff --git a/machines/templates/machines/aff_iptype.html b/machines/templates/machines/aff_iptype.html
index aafc4c1d..454b169d 100644
--- a/machines/templates/machines/aff_iptype.html
+++ b/machines/templates/machines/aff_iptype.html
@@ -32,6 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Fin |
Préfixe v6 |
Sur vlan |
+ Ouverture ports par défault |
|
|
@@ -45,6 +46,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{{ type.domaine_ip_stop }} |
{{ type.prefix_v6 }} |
{{ type.vlan }} |
+ {{ type.ouverture_ports }} |
{% if is_infra %}
{% include 'buttons/edit.html' with href='machines:edit-iptype' id=type.id %}
|