<%= lastName %>, <%= firstName %>

<% if (clientNoteSummary) {%>
<%= clientNoteSummary %>
<% } %> <% _.each(alerts, function(alert) {%>
<%= alert.alertMessage %>
<% }); %>