{% load staticfiles %} {% for show in shows %} {% if show.vips %} {% endif %} {% if show.image %} {% endif %}

{{ show.title }}

{{ show.location }}

{{ show.category }}

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

{{ show.vips }}

{{ show.description }}

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

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

{% endfor %}

{{ show.title }}

{% endfor %}