{% endif %}
{% if current_menu_item == "contacts" %}
{{ help_text }}
{% endif %}
{% comment %}
This is not for="{{ form.location.id_for_label }}" because the element with that id is a hidden input containing the locations id.
The visible input element is poi-query-input (created a few lines further down) and updates the hidden input on user interaction.
{% endcomment %}
{% if archived %}
{% if poi %}
{{ poi|poi_translation_title:current_language }}
{% endif %}
{% else %}
{% translate "Select a location" as poi_title_placeholder %}