<%_.each(pages, function(e,i,l){
if(e.type === "question" ){%>
<% if( i !== 0 ) { %>
- 1
<% } else { %>
- 1
<% } %>
<% if( i !== 1 ) { %>
- 2
<% } else { %>
- 2
<% } %>
<% if( i !== 2 ) { %>
- 3
<% } else { %>
- 3
<% } %>
<% if( i !== 3 ) { %>
- Results
<% } else { %>
- Results
<% } %>
<% if(e.columns !== undefined ){
_.each(e.columns, function(f,j,m){%>
<%_.each(f.group, function(g,k,n){
var tmp = { "page" : i, "column" : j, "group" : k};
var items = _.where(sag.data.survey.items, tmp);%>
<% });%>
<%});
} %>
<% if(e.paging.next !== false){ %>
<% } %>
<% } else { %>
<%= e.title %>
<%= e.description %>
<% }
}) %>
<%_.each(featured, function(e,i,l){
if(e !== undefined){ %>
<%= e.name %>
<%= e.description %>
<% }
}); %>
Other Career Path Options
Below are other manufacturing career paths to explore.
<% //console.log(other.length);
_.each(other, function(e,i,l){
//console.log(e);
if(e !== undefined){ %>
-
<%= e.name %>
<% }
}); %>