{% extends 'analytics/base.html' %} {% load i18n %} {% block title %}{% trans "Settings" %} – Analytics{% endblock %} {% block page_title %}Settings{% endblock %} {% block page_subtitle %}IP anonymization, path filtering, refresh interval{% endblock %} {% block dashboard_content %}
{% csrf_token %}
{% trans "Leave empty to track all (except ignored). If set, only these paths will be logged." %}
{% trans "Requests starting with these will be completely ignored." %}
{% trans "Requests to these paths will be counted separately as bot traffic." %}
{% trans "Requests to these file types will be ignored." %}
{% endblock %}