{{ 'global.titles.there_are'|trans }} {{ resultsCount }} {{ 'Results for'|trans }}: {{ queryString }}
{% if suggestedQueryString %}
{{ 'Did you mean'|trans }}: {{ suggestedQueryString }}
{% endif %}
{% if resultsCount == 0 %}
{{ 'No Search Results Found'|trans }}
{{ 'Here are a few tips to perform a better search'|trans }}:
- {{ 'Be sure to spell words correctly'|trans }}.
- {{ 'Try another words'|trans }}.
- {{ 'Try using more common words'|trans }}.
- {{ 'Make sure that you are using the correct advanced search options'|trans }}.
{% for group in resultsGroups %}
{% if groupedSearch %}
{% endif %}
{{ (group.classification == 'entry' ? 'content_type.' ~ group.type ~ '.list_name' : (group.classification == 'collection' ? 'content_type.' ~ group.type ~ '.n' : 'search.' ~ group.type))|trans }} {% if group.count > 5 %} {{ group.count }} {{ 'Result(s)'|trans }} {% endif %}
{% endif %}-
{% for document in group.documents %}
- {{ include('ContentManagementBundle:Search:entry.html.twig', { 'document': document, 'classification': group.classification }) }} {% endfor %}
-
{% for p in startPage .. endPage %}
- {{ p }} {% endfor %}