{% extends "hobo/base.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} Matomo {% endblock %} {% block appbar %}

{% trans "User tracking" %}

{% if enabled %} {% trans 'Disable' %} {% if mode == 'auto' %} {% trans "Open visit tracking dashboard" %} {% endif %} {% endif %} {% endblock %} {% block content %}
{% if not enabled %}

{% blocktrans trimmed %} The audience measurement tools are deployed to obtain information about visitor navigation. They help to understand where users come from on a site and reconstruct their browsing activity. These tools use technologies that permit to trace users on your site and associate a "referrer" or campaign with a unique identifier. {% endblocktrans %}

{% if ws_available %}

{% blocktrans trimmed %} Publik can automatically use a tool called "Matomo", which is the tracker solution recommended by the National Commission for Data Protection and Liberties (CNIL-France). {% endblocktrans %}

{% else %}

{% blocktrans trimmed %} Matomo is the tracker solution recommended by the National Commission for Data Protection and Liberties (CNIL-France). It requires little configuration to be exempt from legal consent. {% endblocktrans %}

{% endif %} {% else %} {% if mode == 'manual' %} {% trans "Manual configuration." %} {% elif mode == 'auto' %} {% trans "Automatic configuration." %} {% endif %} {% endif %}
{% if not enabled %}

{% trans "Support is currently disabled." %}

{% trans 'Manual Configuration' %} {% if ws_available %} {% trans 'Automatic Configuration' %} {% endif %}

{% else %} {% if tracking_js != '' %} {% if cnil_ack_level == 'excellent' %}
{% trans "Excellent respect of user rights." %}
{% elif cnil_ack_level == 'good' %}
{% trans "Good respect of user rights." %}
{% elif cnil_ack_level == 'bad' %}
{% trans "No respect of user rights." %}
{% endif %} {% endif %} {% if mode == 'manual' %}
{% csrf_token %} {{ form.as_p }}
{% endif %} {% endif %} {% endblock %}