{% if apacCategories is defined and apacCategories is not null and apacCategories|length > 0 %}
{% set counter = 1 %}
{% for apac_block in apacCategories %}
{% if apac_block.thumbnailImage is not null %}
{% set imagePath = asset(apacImagesDirectory ~ apac_block.thumbnailImage) %}
{% endif %}