<% if (model.type === 'text') { %> <% } else if (model.type === 'hidden') { %> <% } else if (model.type === 'textarea') { %> <% } else if (model.type === 'select') { %>
<% } else if (model.type === 'radio' || model.type === 'radioimg') { %>
<% _.each(model.selectItemsList, function (item, i) { %> > <% }) %>     
<% } else if (model.type === 'textdata') { %> <%= model.title %> <% } else if (model.type === 'desc') { %> <%= model.title %> <% } else if (model.type === 'link') { %> <%= model.title %> <% } else if (model.type === 'list') { %>
<% } %>