<% _.each(models, function(tag, i) { %>
  • <% if (tag.get("url").length > 0) { %> <%} %> <%- tag.get('name') %> <% if (tag.get('url').length > 0) { %> <%} %>
  • <%}) %> <% if (models.length == 0) { %>
  • <%= _.__('Not tagged') %>
  • <%} %>