diff --git a/bda/templates/descriptions.html b/bda/templates/descriptions.html index dd186dac..26da76b6 100644 --- a/bda/templates/descriptions.html +++ b/bda/templates/descriptions.html @@ -3,6 +3,7 @@ + @@ -50,11 +55,16 @@

{{ show.date|date:"l j F Y - H\hi" }}

{{ show.slots }} place{{ show.slots|pluralize}} {% if show.slots_description != "" %}({{ show.slots_description }}){% endif %} - {{ show.price }} euro{{ show.price|pluralize}}

- + {% if show.vips %} + +

{{ show.vips }}

+ + {% endif %} +

{{ show.description }}

{% for quote in show.quote_set.all %} -

«{{ quote.text }}»{% if show.quote.author %} - {{ quote.author }}{% endif %}

+

«{{ quote.text }}»{% if quote.author %} - {{ quote.author }}{% endif %}

{% endfor %} @@ -69,7 +79,7 @@