%- include('layout', { title: 'Konten' }) %> <% override body %>
| Name | Kontostand | Erstellt am | Aktionen |
|---|---|---|---|
| <%= account.name %> | <%= account.balance.toFixed(2) %> € | <%= new Date(account.created_at).toLocaleDateString('de-DE') %> | Details | Einzahlen | Abbuchen <% if (isAdmin) { %> | Bearbeiten <% } %> |
Gesamt: <%= accounts.length %> Konten
<% end %>