diff --git a/account/sessions.ftl b/account/sessions.ftl
index 89851a1..b57ea11 100755
--- a/account/sessions.ftl
+++ b/account/sessions.ftl
@@ -1,46 +1,46 @@
<#import "template.ftl" as layout>
<@layout.mainLayout active='sessions' bodyClass='sessions'; section>
-
-
-
${msg("sessionsHtmlTitle")}
-
+
+
+
${msg("sessionsHtmlTitle")}
+
-
-
-
- ${msg("ip")} |
- ${msg("started")} |
- ${msg("lastAccess")} |
- ${msg("expires")} |
- ${msg("clients")} |
-
-
+
+
+
+ ${msg("ip")} |
+ ${msg("started")} |
+ ${msg("lastAccess")} |
+ ${msg("expires")} |
+ ${msg("clients")} |
+
+
-
- <#list sessions.sessions as session>
-
- ${session.ipAddress} |
- ${session.started?datetime} |
- ${session.lastAccess?datetime} |
- ${session.expires?datetime} |
-
- <#list session.clients as client>
- ${client}
- #list>
- |
-
- #list>
-
-
+
+ <#list sessions.sessions as session>
+
+ ${session.ipAddress} |
+ ${session.started?datetime} |
+ ${session.lastAccess?datetime} |
+ ${session.expires?datetime} |
+
+ <#list session.clients as client>
+ ${client}
+ #list>
+ |
+
+ #list>
+
+
-
+
@layout.mainLayout>
diff --git a/account/template.ftl b/account/template.ftl
index e5053a3..885b20e 100644
--- a/account/template.ftl
+++ b/account/template.ftl
@@ -13,6 +13,7 @@
+
<#if properties.stylesCommon?has_content>
<#list properties.stylesCommon?split(' ') as style>
@@ -59,16 +60,17 @@
pub.solar/
<#if realm.internationalizationEnabled && locale.supported?size gt 1>
-
- <#list locale.supported as l>
- -
- ${l.label}
-
- #list>
-
+
#if>