{% extends "portal/detail_base.html" %} {% load maps %} {% load bands %} {% block detail_hint %} Try exploring further by clicking on a gig this band played or a related band {% endblock %} {% block content %}

Band details

Band name: {{band.name}}
Years performing:Not listed
Members: {% if band.members.count %} {% for member in band.members.all %} {{member}}{% if not forloop.last %},{% endif %} {% endfor %} {% else %} No members currently listed {% endif %}

Download these gig listing as a CSV file.

{% endblock %} {% block right-bar %}
{% bands_played_with band %} {% if band|has_locations %}

GIG MAP

{% map band %}
{% endif %}
{% endblock %}