Kontenverwaltung
| 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