{{ context.total }} results (search took {{ context.took }}ms)
{% if context.didYouMean is not null and context.total < 5 %}
Did you mean {{ context.didYouMean }}?
{% endif %}
{% if context.autopromote is defined and context.autopromote|length > 0 %}
{% for autopromote in context.autopromote %}
{% endif %}
{% if autopromote.image is not null and autopromote.image is not empty %}
{% endif %}
{% endfor %}
{{ autopromote.title }}
{{ autopromote.body|raw }}
-
{% 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 }}