{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %}
{% if this.tfwebsite == True %}{% endif %} {% if this.comment == true %}{% endif %}

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

{{ 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.website}}
{{ this.comment }}
{{ this.info }}
{% endblock %}