contact-bg-an-01
{{ staticData.subtitle[currentLanguage] }}

{{ staticData.title[currentLanguage] }}

{% for post in dbData %}
{{ post.event_date }} {{ post.event_month_year }}

{{ post.title }}

{{ post.descr_short | slice(0, 200) }} {{ post.descr_short | length > 200 ? '...' : '' }}

{{ post.event_time }} {{ post.event_location }}
{% endfor %}