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