{% load staticfiles %}
{% for show in shows %}{{ show.title }} |
|
---|---|
{{ show.location }} | {{ show.category }} |
{{ show.date }} | {{ show.slots }} place{{ show.slots|pluralize}} {% if slots_description != "" %}({{ show.slots_description }}){% endif %}- show.price |
{{ show.category }} |
|
{{ show.description }} {% for quote in show.quote_set.all %}«{{ quote.text }}»{% if show.quote.author %} - {{ quote.author }}{% endif %} {% endfor %} |
|