Files
tripwithbonus/templates/widgets/w_ac_input_address_point.html
SDE fa2c3ee569 0.7.26
country_n_city_str
2023-09-05 16:34:58 +03:00

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>