{% extends "apis_entities/entity_create_generic.html" %} {% load guardian_tags %} {% load static %} {% block title %}Create/Edit a Place{% endblock %} {% block scriptHeader %} {{block.super}} {% endblock scriptHeader %} {% block additional_accordion %} {% load crispy_forms_tags %}
{% load crispy_forms_tags %} {% crispy form_merge_with form_merge_with.helper %}

Use sequences of search terms (delimiter: ,) to limit the search to certain administrative divisions. E.g. "Österreich,Oberösterreich,Steyr". Use square brackets to set the min score difference to slice results. "Wien" will only show the capital of Austria, "Wien[30]" shows also a town in India.


{% endblock %} {% block scripts %} {{block.super}} {% if instance %} {% if "change_place" in instance_perms %} {% else %} {% endif %} {% endif %} {% endblock %} {% block editbuttons %} {% if instance %} {% get_obj_perms request.user for instance as "instance_perms" %} {% if "delete_place" in instance_perms %} Delete {% endif %} {% if "change_place" in instance_perms %} {% endif %} {% else %} {% if perms.apis_entities.add_place %} {% endif %} {% endif %} {% if instance %} {% endif %} {% endblock editbuttons %}