|
@ -9,8 +9,8 @@ |
|
|
{% set img = this.attachments.images.get(this.flyer) %} |
|
|
{% set img = this.attachments.images.get(this.flyer) %} |
|
|
{% if img %}<div class="eventflyer"><img class="eventflyer" src="./{{ img|url|replace(".png","")|replace(".jpg","")|replace(".jpeg","")}}-medium.webp" loading="lazy" ></div>{% else %}<div class="filler"></div>{% endif %} |
|
|
{% if img %}<div class="eventflyer"><img class="eventflyer" src="./{{ img|url|replace(".png","")|replace(".jpg","")|replace(".jpeg","")}}-medium.webp" loading="lazy" ></div>{% else %}<div class="filler"></div>{% endif %} |
|
|
<a class="nav-link boxhead shadow" href={{ this.url }}>{{ this.title }}</a> |
|
|
<a class="nav-link boxhead shadow" href={{ this.url }}>{{ this.title }}</a> |
|
|
<div class="eventmeta"><b>Date: </b>{{ this.start_date|datetimeformat('yyyy/MM/dd H:mm')}} - {{ this.end_date|datetimeformat('yyyy/MM/dd H:mm')}}</div> |
|
|
<div class="eventmeta"><b>{{ bag('translation', this.alt, 'date') }}: </b>{{ this.start_date|datetimeformat('yyyy/MM/dd H:mm')}} - {{ this.end_date|datetimeformat('yyyy/MM/dd H:mm')}}</div> |
|
|
<div class="eventmeta"><b>Location: </b><a href="https://www.openstreetmap.org/#map=19/{{this.latlon}}" >{{ this.location}}</a></div> |
|
|
<div class="eventmeta"><b>{{ bag('translation', this.alt, 'location') }}: </b><a href="https://www.openstreetmap.org/#map=19/{{this.latlon}}" >{{ this.location}}</a></div> |
|
|
{{ this.content }} |
|
|
{{ this.content }} |
|
|
</div> |
|
|
</div> |
|
|
{% endblock %} |
|
|
{% endblock %} |
|
|