<% _.each(design, function(field, key) { %>
<% if(_.contains(['image', 'logo', 'barcode'], key)) { %> <% } else { %> <%- typeof(field.label) ? field.label : '' %> <% } %>
<% }); %>
<% _.each(images, function(image, key) { %>
<%- alt %>
<% }); %>