<% @attributes.each do |att| -%>
<%= att.html_label %>:
<%- if att.is_reference? -%> <%- else -%> path="<%=att.name%>" /> <%- end -%>
<% end -%>