{% extends noLayout ? viewbaseLayout : "AbxBaseBundle::pagelayout.html.twig" %} {% block meta_title %} Résultats de la recherche {% endblock %} {% block content %}

{{pager|length()}} {{'résultats pour la recherche'|trans}}

{% if pager|length() > 0 %}
{% for item in pager %} {{ render_esi( controller( 'ez_content:viewLocation', {'locationId': item.contentInfo.mainLocationId, 'viewType': 'line'} ) ) }} {% endfor %}
{# if pager.haveToPaginate() %}
{{ pagerfanta( pager, 'twitter_bootstrap_translated', {'routeName': location} ) }}
{% endif #} {% endif %}
{% endblock %}