.sticky-top.sidebar-parent#sidebar data-controller="sidebar" style="top: 80px;" .bg-light.sidebar.rounded .d-flex.align-items-center.justify-content-between.my-2 .d-flex = link_to @project, class: 'd-flex align-items-center' do i.icon.feather-16 data-feather="arrow-left" .fs-14.bold.ms-2.sidebar-project-title = @project.title = link_to '#', id: 'sidebarToggle', data: { sidebar_target: 'toggle' } do i.bi.bi-arrow-bar-left.fs-18.bold-icon data-sidebar-target="icon" = active_link_to [@project, @respondent_category], class: "sidebar-item sidebar-item-action", active: :exclusive do .d-flex.align-items-center.justify-content-between.fs-12.me-2 .d-flex.align-items-center = t(:ALL_CONVERSATIONS) i.feather-18.ms-2 data-feather="chevron-right" div.fs-12 = @respondent_category.respondents.count hr.compact-divider .fs-12.bold.ms-2.mb-1 DEFINE .define-section = active_link_to for_project_project_tag_categories_path(project_id: @project, respondent_category: @respondent_category), class: "sidebar-item sidebar-item-action" do .d-flex.align-items-center.justify-content-between.fs-12.me-2 .d-flex.align-items-center i.feather-16.me-2 data-feather="tag" = t(:tags) i.feather-18.ms-2 data-feather="chevron-right" div = @project.tags.count = active_link_to sections_list_project_respondent_category_path(@project, @respondent_category), class: "sidebar-item sidebar-item-action" do .d-flex.align-items-center.justify-content-between.fs-12.me-2 .d-flex.align-items-center i.feather-16.me-2 data-feather="bookmark" = t(:sections) i.feather-18.ms-2 data-feather="chevron-right" div = @respondent_category.master_sections.count - if current_user.organization.feature_enabled?(:queries) = active_link_to project_respondent_category_interview_questions_path(@project, @respondent_category), class: "sidebar-item sidebar-item-action" do .d-flex.align-items-center.justify-content-between.fs-12.me-2 .d-flex.align-items-center i.feather-16.me-2 data-feather="search" = t(:queries) i.feather-18.ms-2 data-feather="chevron-right" div = @respondent_category.interview_questions.count = active_link_to themes_list_project_respondent_category_path(@project, @respondent_category), class: "sidebar-item sidebar-item-action" do .d-flex.align-items-center.justify-content-between.fs-12.me-2 .d-flex.align-items-center i.feather-16.me-2 data-feather="trello" = t(:themes) i.feather-18.ms-2 data-feather="chevron-right" div = @respondent_category.highlight_themes.count - if current_user.organization.feature_enabled?(:quantitative_queries) = active_link_to quantifiable_questions_project_respondent_category_path(@project, @respondent_category), class: "sidebar-item sidebar-item-action" do .d-flex.align-items-center.justify-content-between.fs-12.me-2 .d-flex.align-items-center i.feather-16.me-2 data-feather="search" = t(:quantifiable_questions) i.feather-18.ms-2 data-feather="chevron-right" div = @respondent_category.quantifiable_questions.count hr.compact-divider .fs-12.bold.ms-2.mb-1 REPORTS .reports-section = active_link_to analysis_reports_project_respondent_category_path(@project, @respondent_category), class: "sidebar-item sidebar-item-action" do .d-flex.align-items-center.justify-content-between.fs-12 .d-flex.align-items-center i.feather-16.me-2 data-feather="bar-chart-2" = t(:analysis_reports) i.feather-18.ms-2 data-feather="chevron-right" div.me-2 = (@respondent_category.analysis_reports.count + 1) hr.compact-divider = active_link_to assistant_v2_project_respondent_category_path(@project, @respondent_category), class: "sidebar-item sidebar-item-action" do .d-flex.justify-content-between.fs-12 .bold.d-flex.align-items-center = t(:assistant) i.feather-18.ms-2 data-feather="chevron-right" - if current_user.sprint_user? hr.compact-divider = active_link_to advanced_analytics_project_respondent_category_path(@project, @respondent_category), class: "sidebar-item sidebar-item-action mb-2" do .d-flex.align-items-center.justify-content-between.fs-12 .bold.d-flex.align-items-center = t(:ADVANDED_ANALYTICS) i.feather-18.ms-2 data-feather="chevron-right" hr.compact-divider = active_link_to reel_creator_project_respondent_category_path(@project, @respondent_category), class: "sidebar-item sidebar-item-action mb-2" do .d-flex.align-items-center.justify-content-between.fs-12 .bold.d-flex.align-items-center = t(:REEL_CREATOR) i.feather-18.ms-2 data-feather="chevron-right" hr.compact-divider = active_link_to project_respondent_category_research_documents_path(@project, @respondent_category), class: "sidebar-item sidebar-item-action mb-2" do .d-flex.align-items-center.justify-content-between.fs-12 .bold.d-flex.align-items-center = t(:DOCUMENTS) i.feather-18.ms-2 data-feather="chevron-right" - if @project.id == 229 hr.compact-divider = active_link_to project_respondent_category_manual_summaries_path(@project, @respondent_category), class: "sidebar-item sidebar-item-action mb-2" do .d-flex.align-items-center.justify-content-between.fs-12 .bold.d-flex.align-items-center = t(:SUMMARIES) i.feather-18.ms-2 data-feather="chevron-right" / / TODO - Change path / = active_link_to assistant_project_respondent_category_path(@project, @respondent_category), class: "sidebar-item sidebar-item-action" do / .d-flex.justify-content-between / div style="font-weight: 500" / i.bi.bi-cloud.me-2 / = t(:word_cloud) / i.bi.bi-chevron-compact-right.ms-2 style="vertical-align: middle; -webkit-text-stroke: 1px;"