Co trápí čechy a češky
-
{% for wish in page.common_wishes %}
-
{% image wish.value.image original class="rounded-full h-32 w-32" %}
{{ wish.value.title }}
{{ wish.value.description }}
{% endfor %}
Máte přání tour
-
{% for tour_date in page.tour_dates %}
-
{{ tour_date.value.date }}{{ tour_date.value.details }}
{% if not forloop.last %}
{% endif %}
{% endfor %}