Z T <% _.each(rois, function(roi) { %> title="<%= roi.shapes[0].type %> not supported in OMERO.figure" <% } %> <% if (roi.shapes.length === 1) { %> data-shapeId="<%= roi.shapes[0].id %>" title="<%= roi.shapes[0].tooltip %>" <% } %> > <% if (roi.shapes.length > 1) { %> <% } %> <% if (roi.minZ !== undefined) { %> <%= roi.minZ + 1 %><% if (roi.maxZ !== roi.minZ) print("-" + (roi.maxZ + 1)); %> <% } %> <% if (roi.minT !== undefined) { %> <%= roi.minT + 1 %><% if (roi.maxT !== roi.minT) print("-" + (roi.maxT + 1)); %> <% } %> <% if (roi.shapes.length === 1 && roi.shapes[0].icon) { %> <% } %> <% }) %>