{% if sortingOptions is defined and sortingOptions is not empty or facets is defined and facets is not empty%} {% endif %}
{{ context.total }} results (search took {{ context.took }}ms)
{% if context.didYouMean is not null and context.total < 5 %} {% endif %} {% if context.autopromote is defined and context.autopromote|length > 0 %}
{% for autopromote in context.autopromote %}
{% if autopromote.image is not null and autopromote.image is not empty %}
{% endif %}

{{ autopromote.title }}

{{ autopromote.body|raw }}
{% endfor %}
{% endif %}
    {% for result in context.results %}
  • {% include "@AdimeoDataSuiteSearchClient/Default/result-item.html.twig" %}
    {{ result|json_encode() }}
    {% if searchParams.more_like_this is defined and searchParams.more_like_this|length > 0 %} {% endif %}
  • {% endfor %}
{{ pager|raw }}