<% if (states.ready.length > 0) { %> <% _.each(states.ready, function(state, index) { %>
  • <%= state.get("label") %>
  • <% if (states.ready.length === index + 1) { %>
  • <% } %> <% }) %> <% } %> <% if (states.pause.length > 0) { %> <% _.each(states.pause, function(state, index) { %>
  • <%= state.get("label") %>
  • <% if (states.pause.length === index + 1) { %>
  • <% } %> <% }) %> <% } %> <% if (states.work.length > 0) { %> <% _.each(states.work, function(state, index) { %>
  • <%= state.get("label") %>
  • <% if (states.work.length === index + 1) { %>
  • <% } %> <% }) %> <% } %>