{{venue.name}}
Status: {{venue.get_status_display}}
Type: {% if venue.venue_type %}{{venue.venue_type}}{% else %}No venue type specified{% endif %}
Location: {{venue.location.name}} {{venue.location.street_address}} {{venue.location.suburb}}
Comments: {% if venue.comment %} {{venue.comment}} {% else %} No comments{% endif %} {% comment %} Not sure whether to modify basic_location_info or not.

Location

{% if venue.location %} {% with venue.location as location %} {% include "portal/basic_location_info.html" %} {% endwith %} {% else %}

No location listed for this venue

{% endif %}
{% endcomment %}