diff --git a/views/index.ejs b/views/index.ejs index 1d86ac9..b97a093 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -7,6 +7,21 @@ <%- include('partials/header') %>
+ +
+
+ + + + + +
+
+

Filter

@@ -167,13 +182,13 @@ ]; %> <% orderedKeys.forEach(statusKey => { %> - +
<%= statusKey %> - <%= groups[statusKey].length %> + <%= groups[statusKey].length %>
@@ -186,7 +201,7 @@ const hatDetails = hatNotizen || hatInterne || hatVerlauf; const padB = hatDetails ? 'pb-2' : 'pb-4'; %> - + "> <%= new Date(app.datum).toLocaleDateString('de-DE') %> @@ -279,6 +294,13 @@ <% }); %> <% }); %> + + + +

Keine Firma gefunden für „".

+ + + <% } else { %> @@ -291,6 +313,54 @@ <% } %>
+ +
<%- include('partials/footer') %>