{% extends "projects/edit_base.html" %} {% load trans from i18n %} {% block title %} {% trans "Traffic Analytics" %} {% endblock title %} {% block project_traffic_analytics_active %} active {% endblock project_traffic_analytics_active %} {% block project_edit_content_header %} {% trans "Traffic Analytics" %} {% endblock project_edit_content_header %} {% block project_edit_content %} {% comment %} Conditionally show this block if feature is enabled for organization. The ``enabled`` variable comes from the view. If the feature is enabled the top menu child blocks below will show. Otherwise overriding the ``top_menu`` block causes these blocks to not render. {% endcomment %} {% if not enabled %} {% include "organizations/includes/feature_disabled.html" with project=project plan="Advanced" %} {% endif %}
{% include "projects/partials/edit/traffic_list.html" with objects=top_pages_200 show_addons_link=True http_status=200 %} {% if top_pages_200 %}

{% trans "Overview" %}
{% trans "For the last month" %}

{% trans "Not found pages (404)" %}
{% trans "For the last month" %}

{% include "projects/partials/edit/traffic_list.html" with objects=top_pages_404 http_status=404 %} {% endif %}
{% endblock project_edit_content %} {% block project_edit_sidebar_help_topics %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/analytics.html" text="How to use traffic analytics" is_external=True class="item" %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/guides/technical-docs-seo-guide.html" text="How to do search engine optimization (SEO) for documentation projects" is_external=True class="item" %} {% endblock project_edit_sidebar_help_topics %}