{% extends "_base.html" %} {% load i18n %} {% load rules %} {% if request.region.statistics_enabled and perms.cms.view_statistics %} {% block content %}

{% translate "Statistics" %}

{% blocktranslate trimmed %} Note: These numbers show only part of the impact of your content. More and more people find information through AI assistants like ChatGPT – there, your texts are used without a page visit being counted. This can considerably distort page views in the future. So use these numbers only for rough orientation. {% endblocktranslate %}

{% include "statistics/statistics_chart.html" with box_id="statistics_chart" %} {% if show_page_based_statistics %} {% include "statistics/statistics_viewed_pages.html" with box_id="statistics_viewed_pages" %} {% endif %}
{% include "statistics/statistics_sidebar.html" with box_id="statistics_sidebar" languages=languages access_legends=access_legends %}
{% if show_page_based_statistics %} {% include "../tutorials/page_access_statistics.html" %} {% endif %} {% endblock content %} {% endif %}