<%= form.scope %>
<% _.each(form.jform, function(field) { %>
<%= field.label %> <%= field.input %>
<% }); %>