{%- import '_macros_site.html' as macros_site with context -%} {%- import 'geoip/_macros.html' as macros_geoip with context -%} {%- set content_id = get_uuid4() -%}
{{ _("Continent") }}: | {{ search_result['city']['cnt_name'] }} ({{ search_result['city']['cnt_code'] | upper }}) |
---|---|
{{ _("Country") }}: | {{ search_result['city']['ctr_name'] }} ({{ search_result['city']['ctr_code'] | upper }}, {{ get_country_flag(search_result['city']['ctr_code']) }}) |
{{ _("City") }}: | {{ search_result['city']['cty_name'] }} |
{{ _("Timezone") }}: | {{ search_result['city']['timezone'] }} |
{{ _("Coordinates") }}: | @{{ search_result['city']['latitude'] }}, {{- search_result['city']['longitude'] }} |