<%= heading_string %>

<% attribute_symbols.each do |attribute_symbol| %>
<%= form_obj.label reference_object.class.fields[attribute_symbol].display_name, reference_object.class.fields[attribute_symbol].display_name, class: 'control-label' %>
<%= reference_object.class.fields[attribute_symbol].generate_field(form_obj, errors_object) %>
<% end %>