{% if pager.total_items == 0 %}
There are no current events at this time. At Agia Napa Municipal Museum THALASSA we organize many events during the year. Visit us again for future events.
{% else %}
{% for row in rows %}
{% if row.image %}
{% set imageStart = row.image.indexOf('src="') + 5 %}
{% set imageEnd = row.image.indexOf('"', imageStart) %}
{% set imageSrc = row.image.substring(imageStart, imageEnd) %}
{% endif %}