Files
tripwithbonus/templates/widgets/w_places_input.html
2023-08-16 15:15:17 +03:00

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>