<%= content_for :title, @venue.title %> <% tabindex_on '#search_field' %> <% content_for :discovery_insert do %> <% end %>
Export or edit this venue...
">

<%= @venue.title %>

<% if @venue.closed? %>

This venue is no longer open for business.

<% end %> <% if @venue.has_full_address? %>
<% if @venue.street_address.present? %>
<%= @venue.street_address %>
<% end %> <% if @venue.locality.present? %> <%= @venue.locality %><%= "," if @venue.region.present? or @venue.postal_code.present? or @venue.country.present? %> <% end %> <% if @venue.region.present? %> <%= @venue.region %><%= "," if @venue.country.present? and not @venue.postal_code.present? %> <% end %> <% if @venue.postal_code.present? %> <%= @venue.postal_code %><%= "," if @venue.country.present? %> <% end %> <% if @venue.country.present? %> <%= @venue.country %> <% end %> (map)
<% else %> <% if @venue.address.present? %>
<%= @venue.address %> (map)
<% end %> <% end %>
<% if @venue.url.present? %>
<%= link_to(truncate(url_for(@venue.url), :length => 60), url_for(@venue.url), :rel => "nofollow") %>
<% end %> <% if @venue.email.present? %> <% end %> <% if @venue.telephone.present? %>
<%= @venue.telephone %>
<% end %> <% if @venue.wifi? %>
Public WiFi
<% end %>
<% if @venue.description.present? || @venue.access_notes.present? %>
<%= format_description(@venue.description) %> <% if @venue.access_notes.present? %>

Access Notes

<%= format_description @venue.access_notes %>
<% end %>
<% end %> <% if @venue.tags.present? -%>

Tags

<%= tag_links_for @venue %>
<% end %>
<%= map @venue %>

Future events happening here

<%= render :partial => 'calagator/events/list', :locals => { :events => @venue.future_events } %>

Past events that happened here

<%= render :partial => 'calagator/events/list', :locals => { :events => @venue.past_events } %>