<% print(_.escape(name)) %>

Image <% if (imageLink) { %> Show in Webclient <% } %>
Image ID:
<%= imageId %>
Dimensions (XY):
<%= orig_width %> x <%= orig_height %>
Z-sections/Timepoints:
<%= sizeZ %> x <%= sizeT %>
Channels:
<% _.each(channel_labels, function(c, i) { print(_.escape(c)); print((i < channels.length-1) ? ", " : ""); }); %>