<% if (!value || !value.data) { %> <% _.each(currencies, function (currency) { %>
<% if (attribute.localizable) { %>
<% } %> size="1"> <%- currency.code %>
<% }) %> <% } else { %> <% _.each(value.data, function (price) { %>
<% if (attribute.localizable) { %>
<% } %> size="1"> <%- price.currency %>
<% }) %> <% } %>