{% include '@Classifieds/blocks/classified_star.html.twig' %}
{% if key == 1 and app.request.get('_route') == 'classifieds_category' %}
{{ ads_block_classifieds('ad', category) }}
{% endif %}
{% endfor %}
{% if classifieds|length < 2 and app.request.get('_route') == 'classifieds_category' %}
{{ ads_block_classifieds('ad', category) }}
{% endif %}
{% include '@Core/frontend/blocks/paginator_numbers.html.twig' with {
route_params: app.request.query.all|merge({
section: app.request.attributes.get('section'),
slug: app.request.attributes.get('slug'),
category_slug: app.request.attributes.get('category_slug'),
})
} %}
{% else %}
{% if company|default(false) is empty %}
{{- 'Nie wiemy jak to możliwe, ale tu nie ma jeszcze żadnych ogłoszeń - zmienisz to?' -}}
{% else %}
{{- 'Firma ' ~ company.user.fullName ~ ' aktualnie nie posiada ogłoszeń w portalu.' -}}
{% endif %}