{% extends "projects/project_edit_base.html" %} {% load trans from i18n %} {% block title %} {% trans "Search Analytics" %} {% endblock title %} {% block project_search_analytics_active %} active {% endblock project_search_analytics_active %} {% block project_edit_content_header %} {% trans "Search 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/search_query_list.html" with objects=queries %}

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

{% if query_count_of_1_month.labels and query_count_of_1_month.int_data %}
{% endif %}
{% endblock project_edit_content %} {% block project_edit_sidebar_help_topics %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/guides/search-analytics.html" text="How to use search 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 %}