{% for addr in addrs %} {% set city = lookup_ip_address_city(addr.ip) %} {% set country = lookup_ip_address(addr.ip) %} {% endfor %}
IP Address Last Seen City Country
{{ addr.ip }} {% if city %}{{ city }}{% endif %} {% if country %}   {{ lookup_country_code(country) }} {% endif %}
IP Geolocation by DB-IP