4 lines
317 B
HTML
4 lines
317 B
HTML
<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">{{ city_name }} / {{ country_name }}</div>
|
|
</div> |