{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% from "macros/list.html" import list %} {% block body %}
{{ list(this.children,this.children.first()) }}
{% set that = this.children.order_by('-start_date', 'name').first() %}
{% set img = that.attachments.images.get(that.flyer) %} {% if img %}

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

{{ that.content }}
{% endblock %}