{% macro displayOffers(title, results) %}
{{ 'list.portal'|trans({}, 'OfferTrans') }} | {{ 'list.vehicles_nb'|trans({}, 'OfferTrans') }} | {% if data.portals|length > 1 %}{{ 'list.portal'|trans({}, 'OfferTrans') }} | {{ 'list.vehicles_nb'|trans({}, 'OfferTrans') }} | {% endif %} {% for key, portal in data.portals %} {% if loop.index0%2 == 0 %} {% if loop.index0 > 0 %} {% endif %}
---|---|
{{ portal.getPortalName() }} | {{ portal.getNbPublishedOffers() }} | {% endfor %}