{% if searchCount > 0 %}
{% for searchResult in pagerSearch %}
{# Displaying elements calling the view line #}
{{ render_esi( controller( 'ibexa_content:viewAction', {'locationId': searchResult.id, 'viewType': 'line'} ) ) }}
{% endfor %}
{% endif %}
{% if pagerSearch.haveToPaginate() and not isPreview is defined%}