<% if (currentStage === 'stage1') { %> <% } else if (currentStage === 'stage2') { %> <% } else if (currentStage === 'stage3') { %> <% } else if (currentStage === 'stage4') { %> <% } %>
<% if (stage01visited && currentStage !== 'stage1') { %>1 <% } else { %> 1 <% } %> <% if (stage02visited && currentStage !== 'stage2') { %> 2 <% } else { %> 2 <% } %> <% if (stage03visited && currentStage !== 'stage3') { %> 3 <% } else { %> 3 <% } %> <% if (stage04visited && currentStage !== 'stage4') { %> 4 <% } else { %> 4 <% } %>
<%= stepToEnd %>
<%= actualPoints %>
<%= pointsTo %>
<%= numExtraBadges %>
<% _.each(clip.evidence, function(item) { %>
<%= item.title %>
<% }); %>
<% _.each(clip.notes, function(item) { %>
<%= item.title %>
<% }); %>
<% _.each(clip.background, function(item) { %>
<%= item.title %>
<% }); %>