{% load i18n %} {% if team_event_object.venue %} {% if team_event_object.venue.name %} {% endif %} {% if team_event_object.venue.city %} {% endif %} {% if team_event_object.venue.street %} {% endif %} {% if team_event_object.venue.longitude and team_event_object.venue.latitude %} {% endif %} {% if team_event_object.venue.map_url %} {% endif %} {% if team_event_object.venue.venue_url %} {% endif %} {% if team_event_object.venue.comment %} {% endif %} {% endif %}
{{ team_event_object.venue.name }}
{{ team_event_object.venue.city }}
{{ team_event_object.venue.address }}
{{ team_event_object.venue.longitude }} / {{ team_event_object.venue.latitude }}
{{ team_event_object.venue.map_url }}
{{ team_event_object.venue.venue_url }}
{{ team_event_object.venue.comment }}