{% if pager|length() <= 3 %} Affichage de 3 éléments {% for item in pager %} {{ render( controller( 'ez_content:viewLocation', { 'locationId': item.contentInfo.mainLocationId, 'viewType': 'block', 'params': { 'imageSize': 'home3Bloc' } } ) ) }} {% endfor %} {% endif %} {% if pager|length() > 3 %} Affichage de 4 élements {% for item in pager %} {{ render( controller( 'ez_content:viewLocation', { 'locationId': item.contentInfo.mainLocationId, 'viewType': 'block', 'params': { 'imageSize': 'home4Bloc' } } ) ) }} {% endfor %} {% endif %}