+
+ Hey {$auth.user.email}
+
+ Welcome to the {$organisation.company} portal. Below you'll find the
+ list of apps that you have access to, as well as company news and the
+ employee handbook.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Apps
+
+
+
+
+
+
+
+ GROUP
+ {#if $auth.user?.builder?.global}
+
+ {/if}
+
+ {#each $apps as app, idx (app.appId)}
+ $goto(`../app/${app.appId}`)}>
+
+
+
+ {/each}
+
+ {app.name}
+
+ Edited {Math.round(Math.random() * 10 + 1)} months ago
+
+
+