5 lines
325 B
HTML
5 lines
325 B
HTML
{% load static %}
|
|
<div onmousedown='selectItemAddrPoint({{ id }}, "{{ fullname }}", "{{ ctrl_name }}")' class="autocomplete-result" data-index="{{ index }}">
|
|
{% if airport_fullname %}<div>{{ airport_fullname|safe }}</div>{% endif %}
|
|
<div class="autocomplete-location">{{ country_name }} / {{ city_name }}</div>
|
|
</div> |