{% extends 'admin.twig' %} {% block content %} {% import 'macros.twig' as piwik %}
{{ 'UserCountry_GeolocationPageDesc'|translate }}
{% if not isThereWorkingProvider %}{{ 'UserCountry_HowToSetupGeoIPIntro'|translate }}
{% endif %}
{{ 'UserCountry_LocationProvider'|translate }} | {{ 'General_Description'|translate }} | {{ 'General_InfoFor'|translate(thisIP) }} |
---|---|---|
{% if provider.status == 0 %} {{ 'General_NotInstalled'|translate}} {% elseif provider.status == 1 %} {{ 'General_Installed'|translate }} {% elseif provider.status == 2 %} {{ 'General_Broken'|translate }} {% endif %} |
{{ provider.description|translate|raw }} {% if provider.status != 1 and provider.install_docs is defined %}{{ provider.install_docs|raw }} {% endif %} |
{% if provider.status == 1 %}
{% set currentLocation %}
{% if thisIP != '127.0.0.1' %}
{{ 'UserCountry_CurrentLocationIntro'|translate }}:
{{ provider.location|raw }} {{ piwik.inlineHelp(extraMessage) }} {% endif %} |
{% endfor %}
{{ 'UserCountry_PiwikNotManagingGeoIPDBs'|translate }}
{{ 'UserCountry_IWantToDownloadFreeGeoIP'|translate|raw }}
{{ 'UserCountry_IPurchasedGeoIPDBs'|translate('','')|raw }}
{{ 'UserCountry_CannotSetupGeoIPAutoUpdating'|translate }}
{% endif %}