{{ md(_("Is it OK to collect the following information of your visit?")) }}
-
{{ md(_("The pages you visit.")) }}
{% if envvars('ANALYTICS_SDK') != 'cleaninsights' %}
-
{{ md(_("The first 2 octets of your current IP address.")) }}
{% endif %}
{% if envvars('ANALYTICS_SDK') != 'cleaninsights' and envvars('ANALYTICS_LINK_TRACKING') == '1' %}
-
{{ md(_("Which links you click, including download links.")) }}
{% endif %}
{% if envvars('ANALYTICS_BROWSER_DETECTION') == '1' %}
-
{{ md(_("Information about the browser you're using and the language in use.")) }}
{% endif %}
{% macro render_policy_link() %}
{{ _("full privacy policy") }}{% endmacro %}
{{ _("To learn more about why we're collecting this information, for how long, and with whom we share this information with, please visit our %(link_to_policy)s.")|format(link_to_policy=render_policy_link())|safe }}
{% if envvars('ANALYTICS_SDK') == 'cleaninsights' %}
{% include 'macros/clean-insights.html' %}
{% else %}
{% include 'macros/matomo.html' %}
{% endif %}
{% endif %}