<%- include("../partials/page-header", { user, title: t.patienteoverview.patienttitle, subtitle: "", showUserName: true }) %>
<%- include("../partials/flash") %>

Leistungen

<% if (invoices.length === 0) { %>

Keine offenen Rechnungen 🎉

<% } else { %> <% invoices.forEach(inv => { %> <% }) %>
# Patient Datum Betrag Status
<%= inv.id %> <%= inv.firstname %> <%= inv.lastname %> <%= inv.invoice_date_formatted %> <%= inv.total_amount_formatted %> € offen
<% } %>