<% if status.present? %> <% end %> <% if value.present? %> <% end %> <% entries.each_with_index do |entry, i| -%> <% if status.present? %> <% end %> <% if value.present?%> <% end %> <%- end -%>
Description Codes TimeStatusValue
<%= entry.description %> <%= entry.codes_to_s %>
<%= entry.specifics %>
<%= entry.times_to_s %><%= entry.status %> <% entry.values.each do |value| %> <% if value.respond_to? :scalar %> <%= value.try(:scalar) %>
<% elsif value.respond_to? :codes %> <% value.codes.each do |system, vals| %> <%= system %>: <%= vals.join(',') %>
<% end %> <% else %> UNKNOWN VALUE <% end %> <% end %>