<% _.each(list, function(item) { %>
Attribute <%= item.id %>
<%= item.attributes.map(x => x.descriptionComponent) %>
<% }); %>