Frühstückskonten Verwaltung

<% if (typeof user !== 'undefined' && user) { %> <% } %>

Kontenverwaltung

<% if (typeof accounts !== 'undefined' && accounts.length > 0) { %> <% accounts.forEach(function(account) { %> <% }); %> <% } else { %> <% } %>
Name Kontostand Erstellt am Aktionen
<%= account.name %> <%= account.balance.toFixed(2) %> € <%= new Date(account.created_at).toLocaleDateString('de-DE') %> Details | Einzahlen | Abbuchen <% if (typeof isAdmin !== 'undefined' && isAdmin) { %> | Bearbeiten <% } %>
Keine Konten vorhanden

Gesamt: <%= typeof accounts !== 'undefined' ? accounts.length : 0 %> Konten