{% load foisite_tags %} {% load i18n %} {% advise_foisite as foisite %} {% if foisite %}
× {% blocktrans with name=foisite.name country_name=foisite.country_name url=foisite.url %}It looks like you are visiting from {{ country_name }}. Did you know that there is an FOI site for {{ country_name }} called {{ name }}?{% endblocktrans %}
{% endif %}