<%_.each(attributes, function(item,key,list){ %>
<%=item.name%>
<%if(_.isArray(item.values)) {%> <%} else { %> <%=item.values%> <%}%>
<%});%>