<% if (!!sections && sections.length) { %> <% _.each(sections, function(section) { %>
<%= translate(indexes[section.index].name) %> (<%= totals[section.index] %>)
<% }) %> <% } else if (!!sections && !sections.length) { %>
<%= translate('search-overlay.no-results-text') %>
<% } %>