diff --git a/packages/sshecret-admin/src/sshecret_admin/frontend/templates/clients/client.html.j2 b/packages/sshecret-admin/src/sshecret_admin/frontend/templates/clients/client.html.j2
index cbc59a8..585a60f 100644
--- a/packages/sshecret-admin/src/sshecret_admin/frontend/templates/clients/client.html.j2
+++ b/packages/sshecret-admin/src/sshecret_admin/frontend/templates/clients/client.html.j2
@@ -5,33 +5,33 @@
- {{ client.name }}
+ {{-client.name -}}
|
- {{ client.id }}
+ {{- client.id -}}
|
- {{ client.description }}
+ {{- client.description -}}
|
- {{ client.secrets|length }}
+ {{- client.secrets|length -}}
|
- {{ client.policies|join(', ') }}
+ {{- client.policies|join(', ') -}}
|
|