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