<%- assetCollectionPreviewTitle %>
 
    <% assets.forEach((asset) => { %>
  • " data-asset="<%- asset.code %>" data-description="<%- asset.description %>">
    ')">
  • <% }); %>
<% if (canRemoveAsset) { %> <%- removeLabel %>
<%- confirmLabel %>
<%- noLabel %> <%- yesLabel %>
<% } %> <%- downloadLabel %>