{%- import '_macros_site.html' as macros_site with context -%} {%- import 'geoip/_macros.html' as macros_geoip with context -%} {%- set content_id = get_uuid4() -%}
{{ get_icon('module-geoip') }} | {{ search_result['city']['ctr_code'] | upper }} {{ get_country_flag(search_result['city']['ctr_code']) }}

{{ macros_geoip.get_city_title() }} {{ get_icon('stopwatch') }}

{%- if 'cnt_name' in search_result['city'] and search_result['city']['cnt_name'] %} {%- endif %} {%- if 'ctr_name' in search_result['city'] and search_result['city']['ctr_name'] %} {%- endif %} {%- if 'cty_name' in search_result['city'] and search_result['city']['cty_name'] %} {%- endif %} {%- if 'timezone' in search_result['city'] %} {%- endif %} {%- if 'latitude' in search_result['city'] and 'longitude' in search_result['city'] %} {%- endif %}
{{ _('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'] }}
{{ macros_geoip.maxmind_attribution() }}