% if (!!sections && sections.length) { %>
<% _.each(sections, function(section) { %>
<% _.each(section.results, function(result) { %>
- data-url="<%= result.deepUrl %>"<% } %>>
<% if (section.options.image && result.imageUrl) { %>

<% } else { %>
<% } %>
<%= result.title %><% if (!!result.locale) { %>
(<%= result.locale %>)
<% } %>
<%= result.description %>
<% }) %>
<% }) %>
<% } else if (!!sections && !sections.length) { %>
<%= translate('search-overlay.no-results-text') %>
<% } %>