diff --git a/templates/dispositivo/show.htm b/templates/dispositivo/show.htm
index 67a384e..a3e52c0 100644
--- a/templates/dispositivo/show.htm
+++ b/templates/dispositivo/show.htm
@@ -105,8 +105,8 @@
diff --git a/templates/ente/list.htm b/templates/ente/list.htm
index a7d0084..675a74d 100644
--- a/templates/ente/list.htm
+++ b/templates/ente/list.htm
@@ -22,7 +22,11 @@
{{ ente.nomeente }} |
{{ ente.nomebreveente }} |
- |
+
+
+
+
+ |
{% endfor %}
diff --git a/templates/impiegato/list.htm b/templates/impiegato/list.htm
index ee8cffd..7aed7bb 100644
--- a/templates/impiegato/list.htm
+++ b/templates/impiegato/list.htm
@@ -27,7 +27,11 @@
{{ imp.nomeimpiegato }} |
{% if imp.username %}{{ imp.username }} {% endif %} |
{% if imp.passwd %}{{ imp.passwd }} {% endif %} |
- |
+
+
+
+
+ |
{% endfor %}
diff --git a/templates/net/list.htm b/templates/net/list.htm
index 331d15f..f2e6fc5 100644
--- a/templates/net/list.htm
+++ b/templates/net/list.htm
@@ -28,7 +28,13 @@
{{ rete.nome }} |
{{ rete.network_ip }}/{{ rete.subnet }} |
- {% if rete.network_ip != "0.0.0.0" %}{% endif %} |
+
+
+
+ {% if rete.network_ip != "0.0.0.0" %}
+
+ {% endif %}
+ |
{% endfor %}
diff --git a/templates/ordine/list.htm b/templates/ordine/list.htm
index f0d545f..943e1d9 100644
--- a/templates/ordine/list.htm
+++ b/templates/ordine/list.htm
@@ -35,7 +35,10 @@
{{ order.garanzia }}
{% endif %}
- |
+
+
+
+ |
{% endfor %}
diff --git a/templates/servizio/list.htm b/templates/servizio/list.htm
index f27f111..6e50d87 100644
--- a/templates/servizio/list.htm
+++ b/templates/servizio/list.htm
@@ -21,7 +21,11 @@
{{ servizio.ente.nomeente }} |
{{ servizio.nomeservizio }} |
{{ servizio.locazione }} |
- |
+
+
+
+
+ |
{% endfor %}
diff --git a/templates/user/list.htm b/templates/user/list.htm
index 06716e7..378baec 100644
--- a/templates/user/list.htm
+++ b/templates/user/list.htm
@@ -19,7 +19,12 @@
{% for utente in utenti %}
{{ utente.username }} |
- {% if utenti|length >= 2 and utente.username != user %}{% endif %} |
+
+ {% if utenti|length >= 2 and utente.username != user %}
+
+
+ {% endif %}
+ |
{% endfor %}