<% _.each(status, function(agg, aggregate_urn) { %> <% _.each(agg.images, function(image, imageurn) { %> <% }); %> <% }); %>
Location Image Status Size ToGo Progress
<%- amlist[aggregate_urn].abbreviation %> <%- imageurn %> <%- image.status %> <%- Math.floor(image.size / 1000) %>MB <%- Math.floor((image.size - image.progress) / 1000) %>MB
<% if (image.status != "ready") { var width = (image.progress != 0 ? (image.progress/image.size) * 100 : 3); %>
<% } else { %>
<% } %>