From e113e2259c25514d5fb80021f1eed7bb2dd97ed0 Mon Sep 17 00:00:00 2001 From: joak Date: Wed, 26 Aug 2020 20:07:32 +0200 Subject: updates --- templates/performance.html | 52 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 36 insertions(+), 16 deletions(-) (limited to 'templates/performance.html') diff --git a/templates/performance.html b/templates/performance.html index 9a6ff23..6dff70e 100644 --- a/templates/performance.html +++ b/templates/performance.html @@ -1,21 +1,41 @@ {% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} -
-
-
-

{{ 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.url}}

-

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

- {{ this.info }} -
-
+ +
+ + + + + + + + + + + + + + + + + + + + + + + {% 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 %} -- cgit v1.2.3