diff --git a/machines/templates/machines/aff_iptype.html b/machines/templates/machines/aff_iptype.html index 7cf710c2..8aaa37f5 100644 --- a/machines/templates/machines/aff_iptype.html +++ b/machines/templates/machines/aff_iptype.html @@ -28,39 +28,59 @@ with this program; if not, write to the Free Software Foundation, Inc., {% load logs_extra %} {% load i18n %} -
{% trans "IP type" %} | -{% trans "Extension" %} | -{% blocktrans %}"infra" right required{% endblocktrans %} | -{% trans "IPv4 range" %} | -{% trans "v6 prefix" %} | -{% trans "DNSSEC reverse v4/v6" %} | -{% trans "On VLAN(s)" %} | -{% trans "Default ports opening" %} | -- |
---|---|---|---|---|---|---|---|---|
{{ type.name }} | -{{ type.extension }} | -{{ type.need_infra|tick }} | -{{ type.domaine_ip_start }}-{{ type.domaine_ip_stop }}{% if type.ip_network %} on - {{ type.ip_network }}{% endif %} | -{{ type.prefix_v6 }}/{{ type.prefix_v6_length }} | -{{ type.reverse_v4|tick }}/{{ type.reverse_v6|tick }} | -{{ type.vlan }} | -{{ type.ouverture_ports }} | -
+{% for type in iptype_list %}
+
+
+
+
+
+
+ {{ type.name }}+
+
+ {{ type.extension }}+
+ {% if type.need_infra %}
+ {% trans "Infra right required" %}
+ {% else %}
+ {% trans "Infra right not required" %}
+ {% endif %}
+
+
{% can_edit type %}
{% include 'buttons/edit.html' with href='machines:edit-iptype' id=type.id %}
{% acl_end %}
{% history_button type %}
- |
-
{% trans "IPv4 range" %} | +{% trans "v6 prefix" %} | +{% trans "DNSSEC reverse v4/v6" %} | +{% trans "On VLAN(s)" %} | +{% trans "Default ports opening" %} | +
---|---|---|---|---|
{{ type.domaine_ip_start }}-{{ type.domaine_ip_stop }}{% if type.ip_network %} + on + {{ type.ip_network }}{% endif %} | +{{ type.prefix_v6 }}/{{ type.prefix_v6_length }} | +{{ type.reverse_v4|tick }}/{{ type.reverse_v6|tick }} | +{{ type.vlan }} | +{{ type.ouverture_ports }} | +