|
{{gig.start|date:"l, M j, Y"}} |
{{gig.venue.name}} |
{% for band in gig.bands.all %}
{% if forloop.first %}
|
{% if gig.name %}{{gig.name}}{% else %}(None){% endif %} |
{% if gig.cost %}{{gig.cost}}{% else %}(Not specified){% endif %} |
{{gig.venue.location}} |