<% if (items.length > 0) { %> <% _.each(items, function(item){ %> <% if (!item.opened) { %>
  • <%= cdb.core.sanitize.html(item.msg) %>

  • <% } %> <% }) %> <% _.each(items, function(item){ %> <% if (item.opened) { %>
  • <%= cdb.core.sanitize.html(item.msg) %>

  • <% } %> <% }) %> <% } else { %>
  • There are no notifications :)

  • <% } %>