.container-fluid nav ol.breadcrumb li.breadcrumb-item= link_to @project.title, @project li.breadcrumb-item= link_to @respondent_category.name, [@project, @respondent_category] li.breadcrumb-item= link_to "Interview Questions", project_respondent_category_interview_questions_path(@project, @respondent_category) li.breadcrumb-item.active Upload .clearfix h1= t(:upload_questions) - if @respondent_category.interview_questions.exists? .alert.alert-danger h4 i.bi.bi-exclamation-triangle.me-2 | Warning ul li | #{@respondent_category.interview_questions.count} existing questions will be strong deleted li | All insights and data assocaited with these questions will also be strong deleted = form_for :upload do |form| .mb-4 = form.file_field :csv, class: "form-control" = form.submit "Upload", confirm: "Are you sure you want to delete #{} questions and replace them with the uploaded CSV?", class: "btn btn-primary"