diff --git a/machines/templates/machines/aff_machines.html b/machines/templates/machines/aff_machines.html
index 6f2efa37..9ba469d8 100644
--- a/machines/templates/machines/aff_machines.html
+++ b/machines/templates/machines/aff_machines.html
@@ -65,7 +65,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{{ interface.domain }}
-
@@ -126,9 +126,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if ipv6_enabled and interface.ipv6 != 'None'%}
+
-
IPV6
+
IPV6
+
+
{% for ipv6 in interface.ipv6.all %}
@@ -136,6 +139,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% endfor %}
+
+
+
@@ -144,10 +150,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if interface.domain.related_domain.all %}
-
Aliases
+
Aliases
+
+
{% for al in interface.domain.related_domain.all %}
@@ -158,6 +166,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,