<%- include("../partials/page-header", { user, title: t.patienteoverview.patienttitle, subtitle: "", showUserName: true }) %> <% if (query?.error === "already_credited") { %>
⚠️ Für diese Rechnung existiert bereits eine Gutschrift.
<% } %>
<%- include("../partials/flash") %>

Bezahlte Rechnungen

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