diff --git a/machines/templates/machines/aff_machines.html b/machines/templates/machines/aff_machines.html index ac71dc30..e8132c47 100644 --- a/machines/templates/machines/aff_machines.html +++ b/machines/templates/machines/aff_machines.html @@ -83,7 +83,10 @@ with this program; if not, write to the Free Software Foundation, Inc., IPv4 {{ interface.ipv4 }}
{% if ipv6_enabled and interface.ipv6 != 'None'%} - IPv6 {{ interface.ipv6|join:"," }} + IPv6 + {% endif %} @@ -128,6 +131,25 @@ with this program; if not, write to the Free Software Foundation, Inc., + + {% if ipv6_enabled and interface.ipv6 != 'None'%} + + +
+ +
+ + + {% endif %} + {% endfor %} + + + + {% endif %} + + {% if interface.domain.related_domain.all %}