{# classifieds \App\ClassifiedsBundle\Entity\Classified[] #} {% import 'macros.twig' as macros %} {% import '@Classifieds/frontend/macros.twig' as price_macros %}

{{- 'Najnowsze ogłoszenia' -}}

{% if classifieds|length > 0 %}
{% for classified in classifieds %} {% include '@Classifieds/blocks/block_list_item_classifieds.html.twig' with { classified: classified } %} {% endfor %}
{% else %}
{{- 'Brak ogłoszeń' -}}
{% endif %}