{# title string #} {# voivodeships array #} {% extends ':default:subpage.html.twig' %} {% block sidebar %} {% include ':blocks:sidebar_sections.html.twig' with { clickable: true } %} {{ ads_block_catalog('b') }} {% include ':blocks:sidebar_ads_text_block.html.twig' %} {{ sidebar_promoted_companies(3) }} {% include '@Catalog/frontend/blocks/sidebar_top_companies.html.twig' %} {{ sidebar_promoted_classifieds() }} {% include ':blocks:we_recommend.html.twig' %} {{ ads_block_catalog('c1') }} {% endblock %} {% block subpage_content %} {{ ads_block_catalog('a') }}

{{- 'Promowane firmy:' -}}

{{ promoted_companies(4) }}

{{- 'Województwa:' -}}

{% include '@AppCore/frontend/blocks/map.html.twig' with { mapData : mapData } %}
{{ ads_block_catalog('ab') }}

{{- 'Lista województw i miast:' -}}

{% for row in voivodeships %} {% set voivoLink = path('companies_list_voivo', { section: sections.current.locale.slug, slug: row.voivodeship.slug }) %} {# row.voivodeship \Notimeo\VoivodeshipBundle\Entity\Voivodeship #}

{{- row.voivodeship.name -}} {{- '[' ~ row.entities_amount ~ ']' -}}

{% if row.cities|default([])|length > 0 %}
{% for city in row.cities %} {% set cityLink = path('companies_list_city', { section: sections.current.locale.slug, slug: city.city.slug }) %} {{- city.city.name -}} {{- '[' ~ city.entities_amount ~ ']' -}} {% endfor %}
{% endif %}
{% if row.cities|default([])|length > 3 %} {{- 'Zobacz wszystkie miasta' -}} {% endif %}
{% endfor %}
{{ ads_block_catalog('ac') }} {% endblock %} {% block stylesheets %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}