{{ 'UserCountry_GeoIPUpdaterInstructions'|translate('','',
'','')|raw }}
{{ 'UserCountry_GeoLiteCityLink'|translate("",geoLiteUrl,'')|raw }}
{% if geoIPDatabasesInstalled %}
{{ 'UserCountry_GeoIPUpdaterIntro'|translate }}:
{% endif %}
{{ 'Live_GoalType'|translate }} | {{ 'Actions_ColumnDownloadURL'|translate }} | |
---|---|---|
{{ 'UserCountry_LocationDatabase'|translate }} | {% set locationHint %} {{ 'UserCountry_LocationDatabaseHint'|translate }} {% endset %} {% import 'macros.twig' as piwik %} {{ piwik.inlineHelp(locationHint) }} | |
{{ 'UserCountry_ISPDatabase'|translate }} | ||
{{ 'UserCountry_OrgDatabase'|translate }} | ||
{{ 'UserCountry_DownloadNewDatabasesEvery'|translate }} |
{% set lastTimeRunNote %}
{% if lastTimeUpdaterRun is defined and lastTimeUpdaterRun is not empty %}
{{ 'UserCountry_UpdaterWasLastRun'|translate(lastTimeUpdaterRun)|raw }}
{% else %}
{{ 'UserCountry_UpdaterHasNotBeenRun'|translate }}
{% endif %}
{% include "@UserCountry/_updaterNextRunTime.twig" %}
{% endset %}
{{ piwik.inlineHelp(lastTimeRunNote) }}
|