{% if regions is defined and regions is not null and regions|length > 0 %}
{% set counter = 1 %}
{% for region in regions %}
{% set imagePath = asset('build/images/eastern-africa.png') %}
{% if region.thumbnailImage is not null %}
{% set imagePath = asset(regionImagesDir ~ region.thumbnailImage) %}
{% endif %}