{% 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 %} Thumbnail image for: {{ region.name }}

{{ region.name }}

{% for country in region.regionCountries %}

{{ country.name }}

{% endfor %} {# {{ block.content|default("")|raw}}#}
Read More
{% endfor %} {% endif %}