<% var alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ#".split(""); _.each(alphabet, function(letter, idx) { %>
  • <% if(idx == 0) { %>
    <%=letter%> Artistsvg Genresvg Collectionsvg
    <% } else {%>
    <%=letter%>
    <% } %>
    <% if (model[letter]){ %>
      <% _.each(model[letter],function(item,key,list){ %>
    • ');">
      <%=item.attributes.value.$%>
      <%= (item.get("songs")[0] && item.get("songs")[0].get("genre"))?item.get("songs")[0].get("genre"):"" %>
      <%= item.get("totalSongs")?item.get("totalSongs"):"" %> songs on <%= item.get("albumCount") || 0 %> <% if(item.get("albumCount") && item.get("albumCount")>1){%>albums <%} else {%>album<%}%>
    • <%});%>
    <%}%>
  • <%});%>