{% 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 %} {{ title }} {% endblock collapsible_box_title %} {% block collapsible_box_content %} {% if current_menu_item == "events_form" %} {% render_field form.has_not_location class+='inline-block' %} {% endif %} {% if current_menu_item == "contacts" %}
{{ help_text }}
{% endif %}
{% if archived %} {% if poi %}
{{ poi|poi_translation_title:current_language }}
{% endif %} {% else %} {% translate "Select a location" as poi_title_placeholder %}

{% if current_menu_item == "events_form" %} {{ help_text }} {% endif %}

{% include "_poi_query_result.html" %}
{% if current_menu_item == "contacts" %}
{% trans "This field cannot be empty. Please select a location." %}
{% endif %} {% endif %} {% include "ajax_poi_form/_poi_address_container.html" with disabled=form.has_not_location.value %}
{% endblock collapsible_box_content %}