<% _.each(d.getItems(), function(item, index){ %>

<%-item.getDisplayName()%>

<%-item.getDescription()%>
<% }); %> <% if (d.getItems().length === 0){ %> <%-d.i18n("GALLERY_NO_MATCHES", "No matches found.")%> <% } %>