{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %}

{{ bag('translation', this.alt, 'curating') }}

{{ bag('translation', this.alt, 'title') }}: {{ this.title }}

Start: {{ this.date_start|dateformat('Y-MM-dd') }}

{{ bag('translation', this.alt, 'end') }}: {{ this.date_end|dateformat('Y-MM-dd') }}

{{ bag('translation', this.alt, 'venue') }}: {{ this.venue }}

{{ bag('translation', this.alt, 'place') }}: {{ this.place }}

{{ bag('translation', this.alt, 'country') }}: {{ this.country }}

{{ bag('translation', this.alt, 'website') }}: {{this.url}}

{{ bag('translation', this.alt, 'comment') }}: {{ this.comment }}

{{ this.info }}
{% endblock %}