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

Stornierte Rechnungen

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

Keine stornierten Rechnungen für dieses Jahr.

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