Vital Signs <%== render :partial => 'narrative_block', :locals => {:entries => entries, :section => 'vitals'} %> <% entries.each_with_index do |entry, i| -%> <%== code_display(entry) %> <% if entry.value -%> " <% if entry.value["units"]-%>unit="<%= entry.value["units"] %>"<% end -%>/> <% else -%> <% end -%> <% end -%>