diff --git a/users/templates/users/aff_users.html b/users/templates/users/aff_users.html
index baaeaeb..c8aaffe 100644
--- a/users/templates/users/aff_users.html
+++ b/users/templates/users/aff_users.html
@@ -43,7 +43,14 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{{ user.surname }} |
{{ user.pseudo }} |
{{ user.email }} |
- {% for machine in user.machines %}{{ machine.mac_address }} | {% endfor %}
|
+
+ {% for machine in user.machines %}
+
+ {{ machine.mac_address }} |
+
+ {% endfor %}
+
+ |
|