aria-labelledby="modal-title-<%- data.id %>" <% } %> aria-describedby="modal-content-<%- data.id %>" data-role="modal" data-type="<%- data.type %>" tabindex="0">

<%= data.title %>

<%= data.qty %>

<% _.each(data.attr, function(value) { %>

<%= value %>

<% }); %> <%= data.price %>
<% if(data.buttons.length > 0){ %>
<% _.each(data.buttons, function(button) { %> <% }); %>
<% } %>