{% load i18n %} {% if ips.cc and ips.cc != 'None' and ips.cc != 'none' %} {{ ips.cc }}
{{ ips.city }}, {{ ips.country }} ({{ ips.cc }})
{% if ips.org|length > 1 %} Org: {{ ips.org }}
{% endif %} {% if ips.isp|length > 1 %} Isp: {{ ips.isp }}
{% endif %} {% if ips.mobile|lower == 'false' or ips.mobile|lower == 'none' %} Mobile: No
{% else %} Mobile: Yes
{% endif %} {% if ips.location.proxy|lower == 'false' or ips.proxy|lower == 'none' %} Proxy: No
{% else %} Proxy: Yes
{% endif %} {% if ips.hosting|lower == 'false' or ips.hosting|lower == 'none' %} Hosting: No
{% else %} Hosting: Yes
{% endif %} {% if ips.crawler|lower == 'false' or ips.crawler|lower == 'none' %} Crawler: No
{% else %} Crawler: Yes
{% endif %}
{% else %} {{ ips.cc }}
{% trans 'Country not defined' %}
{% endif %}