diff --git a/plinth/modules/names/templates/names.html b/plinth/modules/names/templates/names.html index 4637e2e0f..638d3a471 100644 --- a/plinth/modules/names/templates/names.html +++ b/plinth/modules/names/templates/names.html @@ -23,40 +23,36 @@ {% block configuration %} -
-
- - - - - {% for service in status.services %} - - {% endfor %} - - - - {% for name_service in status.name_services %} - - - {% for service in name_service.services_enabled %} - - {% endfor %} - +
-
{{ service }}
-
- {{ name_service.type }}
- {{ name_service.name }} -
- {% if service %} - {% trans "Enabled" %} - {% else %} - {% trans "Disabled" %} - {% endif %} -
+ + + + {% for service in status.services %} + {% endfor %} - -
+
{{ service }}
+
-
-
+ + + + {% for name_service in status.name_services %} + + + {{ name_service.type }}
+ {{ name_service.name }} + + {% for service in name_service.services_enabled %} + + {% if service %} + {% trans "Enabled" %} + {% else %} + {% trans "Disabled" %} + {% endif %} + + {% endfor %} + + {% endfor %} + + {% endblock %}