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 %} - |
- {{ service }}
- |
- {% endfor %}
-
|
- {{ name_service.type }} - {{ name_service.name }} - |
- {% for service in name_service.services_enabled %}
- - {% if service %} - {% trans "Enabled" %} - {% else %} - {% trans "Disabled" %} - {% endif %} - | - {% endfor %} -
| + {% for service in status.services %} + |
+ {{ service }}
+ |
{% endfor %}
-
-