<% _.each(anns, function(ann) { %>
  • <%= ann.file.name %> <% if (ann.file.size) { %> (<%= ann.file.size %>) <% } %>
    <% if ((ann.ns && ann.ns === 'openmicroscopy.org/omero/bulk_annotations') || ann.file.mimetype == 'OMERO.tables' ){ %>   <% } %> <% if (ann.link.permissions.canDelete) { %> <% } %> <% if (ann.permissions.canDelete) { %> × <% } %>
  • <% }) %>