- {% if form.instance_ids %}
-
-
-
-
-
- {% endif %}
-
-{% comment %} {% endcomment %}
diff --git a/recruitment/templates/cbv/candidates/filter.html b/recruitment/templates/cbv/candidates/filter.html
index f06152ccb..7724b6283 100644
--- a/recruitment/templates/cbv/candidates/filter.html
+++ b/recruitment/templates/cbv/candidates/filter.html
@@ -2,183 +2,180 @@
{% load static %}
-
-
-
-
-
-
-
- {{ form.mobile }}
-
-
-
- {{ form.hired_date }}
-
-
-
-
-
-
-
- {{ form.hired }}
-
-
-
-
-
-
-
-
-
-
- {{ form.recruitment_id }}
-
-
-
-
- {{ form.job_position_id }}
-
-
-
-
- {{ form.start_date }}
-
-
-
- {{ form.recruitment_id__closed }}
-
-
-
-
- {{ form.stage_id__stage_type }}
-
-
-
- {{ form.stage_id__stage_managers }}
-
+
+
-
-
-
- {{ form.stage_id }}
-
-
-
- {{ form.job_position_id__department_id }}
-
+
+
+
+
+
+ {{ form.survey_answer_by }}
+
+
+ {% comment %}
+
+
+ {{ form.survey_response }}
+
+
{% endcomment %}
+
+
+
-
-
- {{ form.recruitment_id__company_id }}
-
-
-
-
- {{ form.recruitment_id__recruitment_managers }}
-
-
-
- {{ form.end_date }}
-
-
-
- {{ form.skillzonecandidate_set__skill_zone_id }}
-
+
+
-
-
-
-
-
-
-
-
-
-
- {{ form.survey_answer_by }}
-
+
+
+
+
+
+ {{ form.scheduled_from }}
+
+
+
+ {{ form.is_active }}
+
+
+
+
+
+ {{ form.scheduled_till }}
+
+
+
- {% comment %}
-
-
- {{ form.survey_response }}
-
-
{% endcomment %}
-
-
-
-
-
-
-
-
-
-
- {{ form.scheduled_from }}
-
-
-
- {{ form.is_active }}
-
-
-
-
-
- {{ form.scheduled_till }}
-
-
-
-
-
-
diff --git a/recruitment/templates/cbv/interview/forms/form_hx.html b/recruitment/templates/cbv/interview/forms/form_hx.html
index fdfabc238..30de53f6e 100644
--- a/recruitment/templates/cbv/interview/forms/form_hx.html
+++ b/recruitment/templates/cbv/interview/forms/form_hx.html
@@ -1,8 +1 @@
{{form.employee_id}}
-
diff --git a/recruitment/templates/cbv/pipeline/pipeline_filter.html b/recruitment/templates/cbv/pipeline/pipeline_filter.html
index cc2a7fb6a..46614d5a8 100644
--- a/recruitment/templates/cbv/pipeline/pipeline_filter.html
+++ b/recruitment/templates/cbv/pipeline/pipeline_filter.html
@@ -1,171 +1,128 @@
{% load i18n %} {% load static %}
-
-
-
-
-
-
-
- {{ form.recruitment_managers }}
-
-
-
- {{ form.start_date }}
-
-
-
- {{ form.start_from }}
-
-
-
- {{ form.closed }}
-
-
+
+
+
+
+
+
+
+ {{ form.recruitment_managers }}
+
+
+
+ {{ form.start_date }}
+
+
+
+ {{ form.start_from }}
+
+
+
+ {{ form.closed }}
+
+
-
-
-
- {{ form.company_id }}
-
-
-
- {{ form.end_date }}
-
-
-
- {{ form.end_till }}
-
-
-
- {{ form.is_published }}
-
+
+
+
+ {{ form.company_id }}
+
+
+
+ {{ form.end_date }}
+
+
+
+ {{ form.end_till }}
+
+
+
+ {{ form.is_published }}
+
+
+
-
-
-
-
-
-
-
-
-
- {{ stage_filter_obj.form.recruitment_id }}
-
-
-
- {{ stage_filter_obj.form.stage_type }}
-
-
+
+
+
+
+
+
+
+ {{ stage_filter_obj.form.recruitment_id }}
+
+
+
+ {{ stage_filter_obj.form.stage_type }}
+
+
-
-
-
- {{ stage_filter_obj.form.stage_managers }}
-
+
+
+
+ {{ stage_filter_obj.form.stage_managers }}
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/static/images/ui/company_avatar.jpg b/static/images/ui/company_avatar.jpg
new file mode 100644
index 000000000..dcb842229
Binary files /dev/null and b/static/images/ui/company_avatar.jpg differ
diff --git a/static/index/country.js b/static/index/country.js
index b58f67196..6ae5fc3de 100644
--- a/static/index/country.js
+++ b/static/index/country.js
@@ -750,5 +750,3 @@ document.addEventListener("DOMContentLoaded", function () {
document.body.addEventListener("htmx:afterSettle", function (event) {
initCountryStateDropdowns();
});
-
-