<% entity.attributes.forEach(function(attribute) { %> <% }) %> <% entity.attributes.forEach(function(attribute) { %> <% }) %>
<%= attribute.label[0].toUpperCase()+attribute.label.slice(1).toLowerCase() %>
<%= '{{'+entity.name.toLowerCase()+'.get'+attribute.label[0].toUpperCase() + attribute.label.slice(1).toLowerCase()+'()}}' %>