{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% from "macros/list.html" import list %} {% block body %}
{{ list(this.parent.children,this) }}
{% set img = this.attachments.images.get(this.flyer) %} {% if img %}
{% else %}
{% endif %} {{ this.title }}
{{ bag('translation', this.alt, 'date') }}: {{ this.start_date|datetimeformat('yyyy/MM/dd H:mm')}} - {{ this.end_date|datetimeformat('yyyy/MM/dd H:mm')}}
{{ bag('translation', this.alt, 'location') }}: {{ this.location}}
{{ this.content }}
{% endblock %}