{% 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 %}