From 04e163c35a5ce5f47f32ad66887db98786a0050a Mon Sep 17 00:00:00 2001 From: fournier_bap Date: Wed, 31 Jan 2018 19:16:36 +0100 Subject: [PATCH] tried to follow Chirac advice --- machines/templates/machines/aff_machines.html | 80 +++++++------------ 1 file changed, 31 insertions(+), 49 deletions(-) diff --git a/machines/templates/machines/aff_machines.html b/machines/templates/machines/aff_machines.html index 9ba469d8..e411ddf0 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 }} - @@ -122,75 +122,57 @@ with this program; if not, write to the Free Software Foundation, Inc.,
- - {% if ipv6_enabled and interface.ipv6 != 'None'%} - + + + {% if ipv6_enabled and interface.ipv6 != 'None'%} - -
IPV6
+ IPV6 - -
-
    - {% for ipv6 in interface.ipv6.all %} -
  • - {{ipv6}} -
  • +
      + {% for ipv6 in interface.ipv6.all %} +
    • + {{ipv6}} +
    • {% endfor %} -
    -
+ + {% endif %} - - - - - {% endif %} - - - {% if interface.domain.related_domain.all %} - -
Aliases
- - + {% if interface.domain.related_domain.all %} - -
-
    - {% for al in interface.domain.related_domain.all %} -
  • + + Aliases + +
      + {% for al in interface.domain.related_domain.all %} +
    • {{ al }} -
    • - {% endfor %} -
    -
- + + + {% endfor %} + {% endif %} + + - {% endif %} - + +
+ {% endfor %} - {% endfor %}