{% 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 %}

{% endif %} {{ this.title }}
Date: {{ this.start_date|datetimeformat('yyyy/MM/dd H:mm')}} - {{ this.end_date|datetimeformat('yyyy/MM/dd H:mm')}}
Location: {{ this.location}}
{{ this.content }}
{% endblock %}