Patient
<% if (patient) { %>
<%= patient.firstname %> <%= patient.lastname %>
<% } else { %>
Kein Patient gewählt
Bitte auswählen
<% } %>