{% extends "portal/detail_base.html" %} {% load maps %} {% load search_results %} {% block detail_hint %} Try exploring further by clicking on a supporting band or on a venue to find out more. {% endblock %} {% block content %}

Venue Details

Name: {{venue.name|default:"None"}}

Status: {{venue.get_status_display|default:"None"}}

Type of venue:{{venue.type|default:"None"}}

Comment:{{venue.comment|default:"None"}}

{% comment %} #TODO fetch related gigs using fields {% endcomment%}

Download this gig listing as a CSV file.

{% endblock %} {% block right-bar %}
Location details
{% if venue|has_locations %} {% with venue.location as location %} {% include "portal/basic_location_info.html" %} {% endwith %}

VENUE MAP

{% map venue %}
{% else %}

No location listed

{% endif %}
{% endblock %}