aria-labelledby="modal-title-<%- data.id %>"<% } %> aria-describedby="modal-content-<%- data.id %>" data-role="modal" data-type="<%- data.type %>" tabindex="0">
<% if(data.buttons.length > 0){ %>
<% _.each(data.buttons, function(button) { %> <% }); %>
<% } %>