{% extends "@ibexadesign/pagelayout.html.twig" %} {% block content %}

{{ ibexa_render_field( content, 'name' ) }}

{% 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%}
{% endif %}
{% endblock %}