<% _.each(models, function(tag, i) { %>
  • <%- tag.get('name') %> <% if ((options.filter === 'owner' && options.unassign) || (options.filter !== 'owner' && options.unassignGlobal)) { %> <%} %>
  • <%}) %> <% if (models.length == 0) { %>
  • <%= _.__('Not tagged') %>
  • <%} %>