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

{{ 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'} ) ) }} {% if not loop.last %}
{% endif %} {% endfor %}
{% endif %}
{% if not isPreview is defined and pagerSearch.haveToPaginate() %} {% endif %} {% endblock %}