๐Ÿงพ Offene Leistungen

<% let currentPatient = null; %> <% rows.forEach(r => { %> <% if (!currentPatient || currentPatient !== r.patient_id) { %> <% currentPatient = r.patient_id; %>
๐Ÿ‘ค <%= r.firstname %> <%= r.lastname %>
๐Ÿ”„ Aktualisieren
<% } %>
<%= r.name_de %>
<% }) %>