{% extends "../../_collapsible_box.html" %} {% load i18n %} {% load static %} {% load content_filters %} {% load widget_tweaks %} {% load poi_filters %} {% block collapsible_box_icon %} map-pin {% endblock collapsible_box_icon %} {% block collapsible_box_title %} {% translate "Venue" %} {% endblock collapsible_box_title %} {% block collapsible_box_content %} {% render_field event_form.has_not_location class+='inline-block' %}
{% translate "Name of event location" as poi_title_placeholder %}

{% translate "Create an event location or start typing the name of an existing location" %}.

{% include "events/_poi_query_result.html" %}
{% if poi %} {{ poi.address }} {{ poi.postcode }} {{ poi.city }} {{ poi.country }} {% endif %}
{% translate "Open on Google Maps" %}
{% endblock collapsible_box_content %}