<%- attributes.each do |attribute| %> <%- if attribute.type == 'text' %>

{{<%= attribute.name %>}}

<%- else -%>

{{<%= attribute.name %>}}

<%- end -%> <% end %> Edit Delete