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

<% if(data.title){ %> <%= data.title %> <% } %>

<% } %>

<% if(data.closeText){ %> <% } %>
<% if(data.filters.length > 0){ %>
    <% _.each(data.filters, function(filter) { %>
  • <% }); %>
<% } %> <% if(data.locations.length > 0){ %>
    <% _.each(data.locations, function(location) { %>
  • <% }); %>
<% } %>
TEST
<% if(data.buttons.length > 0){ %>
<% _.each(data.buttons, function(button) { %> <% }); %>
<% } %>