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