Frühstückskonten Verwaltung

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

Geld einzahlen für: <%= account.name %>

Aktueller Kontostand: <%= account.balance.toFixed(2) %> €

Abbrechen
<% } else { %>

Konto nicht gefunden.

<% } %>