-
-
-
-
-{% endblock content %}
+
+
-
-
+
+
- {% trans "There are currently no candidates to consider." %}
-
+
-
-
+
+ {% if perms.recruitment.add_candidate %}
+
+ {% trans "Create" %}
+
+ {% endif %}
+
+
+
+{% endblock %}
diff --git a/recruitment/templates/candidate/interview_list.html b/recruitment/templates/candidate/interview_list.html
index ae39f9dd1..ca0ad407e 100644
--- a/recruitment/templates/candidate/interview_list.html
+++ b/recruitment/templates/candidate/interview_list.html
@@ -207,11 +207,10 @@
{% else %}
-
+
+
+{% trans "No Records found." %}
+{% trans "There are currently no candidates to consider." %}
+
-
- groups
-
-
-{% trans "No Interviews Found." %}
+
+
+
{% endif %}
{% endblock content %}
diff --git a/recruitment/templates/recruitment/recruitment_empty.html b/recruitment/templates/recruitment/recruitment_empty.html
index f4f90f5d0..f7f160e3b 100644
--- a/recruitment/templates/recruitment/recruitment_empty.html
+++ b/recruitment/templates/recruitment/recruitment_empty.html
@@ -23,16 +23,11 @@
{% trans "No Records found." %}
+{% trans "No Interviews Found." %}
-
-
-
+
-
-
-
-
-
- {% trans "At present, there is no ongoing recruitment." %}
-
+
{% endblock content %}
diff --git a/recruitment/templates/skill_zone/empty_skill_zone.html b/recruitment/templates/skill_zone/empty_skill_zone.html
index 16963f565..d31175330 100644
--- a/recruitment/templates/skill_zone/empty_skill_zone.html
+++ b/recruitment/templates/skill_zone/empty_skill_zone.html
@@ -6,10 +6,10 @@
{% include 'skill_zone/skill_zone_nav.html' %}
+
+
{% trans "No Records found." %}
+{% trans "At present, there is no ongoing recruitment." %}
+
-
-
-
-
diff --git a/recruitment/templates/stage/stage_empty.html b/recruitment/templates/stage/stage_empty.html
index 91158dc4d..a251921c3 100644
--- a/recruitment/templates/stage/stage_empty.html
+++ b/recruitment/templates/stage/stage_empty.html
@@ -1,49 +1,32 @@
{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %}
- {% trans "There are currently no skill zone to consider." %}
+
+
+
{% trans "No Records found." %}
+{% trans "There are currently no skill zone to consider." %}
-
- {% trans "Stage" %}
+
-
+
-
+ {% trans "Stage" %}
+
-
-
-
- {% if perms.recruitment.add_stage %}
-
- {% endif %}
-
+
+
-
+
+ {% if perms.recruitment.add_stage %}
+
+ {% endif %}
+
+
-
-
-
-
-
+
- - {% trans "No recruitment stages currently available." %} -
-
+
{% endblock content %}
diff --git a/recruitment/templates/survey/survey_card.html b/recruitment/templates/survey/survey_card.html
index 546f54441..ecc058282 100644
--- a/recruitment/templates/survey/survey_card.html
+++ b/recruitment/templates/survey/survey_card.html
@@ -1,155 +1,121 @@
{% load i18n %} {% load static %}
{% include 'filter_tags.html' %}
+
+
-
{% trans "No Records found." %}
+{% trans "No recruitment stages are currently available." %}
- {% include "survey/template_accordion.html" %}
+ {% include "survey/template_accordion.html" %}
- {% if questions %}
-
-
- {% for question in questions %}
-
diff --git a/recruitment/templates/survey/survey_empty_view.html b/recruitment/templates/survey/survey_empty_view.html
index 384fcb95b..32dfb7a80 100644
--- a/recruitment/templates/survey/survey_empty_view.html
+++ b/recruitment/templates/survey/survey_empty_view.html
@@ -4,110 +4,73 @@
{% load i18n %} {% load basefilters %}
-
-
- {% else %}
-
- {{question}}
-
- {% for rec in question.recruitment_ids.all %} {{rec}},
- {% endfor %}
-
-
- {% if perms.recruitment.delete_recruitmentsurvey or perms.recruitment.change_recruitmentsurvey or perms.recruitment.add_recruitmentsurvey %}
-
-
-
-
-
- {% endfor %}
-
-
- {% endif %}
- -
- {% if perms.recruitment.change_recruitmentsurvey %}
-
- - {% trans "Edit" %} - - - {% endif %} {% if perms.recruitment.add_recruitmentsurvey %} -
- - {% trans "Duplicate" %} - - - {% endif %} {% if perms.recruitment.delete_recruitmentsurvey %} -
- - - {% trans "Delete" %} - - - {% endif %} -
+
-
+ {% for question in questions %}
+
-
+
+ {% endfor %}
+ {{question}}
+
+ {% for rec in question.recruitment_ids.all %} {{rec}},
+ {% endfor %}
+
+
+ {% if perms.recruitment.delete_recruitmentsurvey or perms.recruitment.change_recruitmentsurvey or perms.recruitment.add_recruitmentsurvey %}
+
+
+ {% endif %}
+
+
+
+
+
+ -
+ {% if perms.recruitment.change_recruitmentsurvey %}
+
- + {% trans "Edit" %} + + + {% endif %} + {% if perms.recruitment.add_recruitmentsurvey %} +
- + {% trans "Duplicate" %} + + + {% endif %} + {% if perms.recruitment.delete_recruitmentsurvey %} +
- + + {% trans "Delete" %} + + + {% endif %} +
-
- {% trans "Page" %} {{ questions.number }} {% trans "of" %} {{ questions.paginator.num_pages }}.
-
-
-
-
-
-
- {% endif %}
+ {% else %}
+
- - {% trans "No questions have been established yet." %} -
-
+
+
+ {% endif %}
{% trans "No Records found." %}
+{% trans "No questions have been established yet." %}
+
-
-
-
-- {% trans "Create Survey Template" %} -
- +
+
+
-
-
+
+
+ {% trans "Create Survey Template" %} +
+ +
-
-
-
-
-
- {% comment %} {% trans "Update Survey Template" %} {% endcomment %} -
- +
+
+
-
-
+
+
+ {% comment %} {% trans "Update Survey Template" %} {% endcomment %} +
+ +
-
-
-
- {% if perms.recruitment.add_recruitmentsurvey %}
- - {% trans "Survey Templates" %} -
- -
+
+ {% endif %}
+
+
+
+ {% if perms.recruitment.add_recruitmentsurvey %}
+ + {% trans "Survey Templates" %} +
+ +
-
-
- {% endif %}
+
+
-
-
-
-
{% endblock content %}
diff --git a/recruitment/templates/survey/template_accordion.html b/recruitment/templates/survey/template_accordion.html
index e5ad51e7e..d1a35e22c 100644
--- a/recruitment/templates/survey/template_accordion.html
+++ b/recruitment/templates/survey/template_accordion.html
@@ -1,255 +1,230 @@
{% load i18n %}{% load static %}
{% if templates %}
-
-
-
+
- {% trans "No survey templates have been established yet." %}
-
+
+
+
-
-{% trans "No Records found." %}
+{% trans "No survey templates have been established yet." %}
- {% for grouper in templates %}
-
-
-
-
- {{grouper.grouper}}
-
-
-
- {{grouper.list|length}}
-
-
-
-
-
-
- {% if grouper.grouper %}
-
-
-
-
- {% endif %}
- -
-
- - {% trans "Preview" %} - - {% if perms.recruitment.change_surveytemplate %} -
- - {% trans "Add Questions" %} - - {% endif %} - {% if perms.recruitment.change_surveytemplate %} -
- - {% trans "Edit" %} - - {% endif %} - {% if perms.recruitment.delete_surveytemplate %} -
- - {% trans "Delete" %} - - {% endif %} -
-
-
-
-
-
- {% endfor %}
-
-
-
-
- {% trans "Question" %}
- {% trans "Type" %}
- {% if perms.recruitment.change_recruitmentsurvey or perms.recruitment.delete_recruitmentsurvey %}
- {% trans "Actions" %}
- {% endif %}
-
- {% for question in grouper.list %}
-
-
-
+
-
- {% if grouper.list %}
-
-
-
-
+
-
+ {% for grouper in templates %}
+
- {% endfor %}
+
-
+
+
+ {{grouper.grouper}}
+
+
+
+ {{grouper.list|length}}
+
+
+
+
+
+
+ {% if grouper.grouper %}
+
+
+
+
+ {% endif %}
+ -
+
- + + {% trans "Preview" %} + + + {% if perms.recruitment.change_surveytemplate %} +
- + + {% trans "Add Questions" %} + + + {% endif %} + {% if perms.recruitment.change_surveytemplate %} +
- + + {% trans "Edit" %} + + + {% endif %} + {% if perms.recruitment.delete_surveytemplate %} +
- + + {% trans "Delete" %} + + + {% endif %} +
+
- {{question.question}}
-
+
+ {% if grouper.list %}
+
+
+
+
+
+
+ {% trans "Question" %}
+ {% trans "Type" %}
+ {% if perms.recruitment.change_recruitmentsurvey or perms.recruitment.delete_recruitmentsurvey %}
+ {% trans "Actions" %}
+ {% endif %}
+
+ {% for question in grouper.list %}
+
+
+
+ {% endfor %}
+
+
+
+
+
+
+
+ {{question.question}}
+ {{question.get_type_display}}
+ {% if perms.recruitment.change_recruitmentsurvey or perms.recruitment.delete_recruitmentsurvey %}
+
+
+ {% endif %}
+
+ {% if perms.recruitment.change_recruitmentsurvey %}
+
+ {% endif %}
+ {% if perms.recruitment.delete_recruitmentsurvey %}
+
+
+
+ {% endif %}
+
+
+
+ {% trans "Page" %} {{ grouper.list.number }} {% trans "of" %} {{ grouper.list.paginator.num_pages }}.
+
+
+
+
+ {% endif %}
+ {% trans "Page" %}
+
+ {% trans "of" %}
+ {{grouper.list.paginator.num_pages}}
+
+ -
+ {% if grouper.list.has_previous %}
+
- + {% trans "First" %} + + +
- + {% trans "Previous" %} + + + {% endif %} + {% if grouper.list.has_next %} +
- + {% trans "Next" %} + + +
- + {% trans "Last" %} + + + {% endif %} +
{{question.get_type_display}}
- {% if perms.recruitment.change_recruitmentsurvey or perms.recruitment.delete_recruitmentsurvey %}
-
-
- {% endif %}
-
- {% if perms.recruitment.change_recruitmentsurvey %}
-
- {% endif %}
- {% if perms.recruitment.delete_recruitmentsurvey %}
-
-
-
- {% endif %}
-
-
-
- {% trans "Page" %} {{ grouper.list.number }} {% trans "of" %} {{ grouper.list.paginator.num_pages }}.
-
-
+ {% endfor %}
+
+
+
+
+ {% trans "Page" %} {{ templates.number }} {% trans "of" %}
+ {{ templates.paginator.num_pages }}.
+
+
-
- {% endif %}
-
- {% trans "Page" %}
-
- {% trans "of" %} {{grouper.list.paginator.num_pages}}
+ {% trans "Page" %}
+
+
+ {% trans "of" %} {{templates.paginator.num_pages}}
+
-
- {% if grouper.list.has_previous %}
-
- - {% trans "First" %} - -
- - {% trans "Previous" %} - - {% endif %} {% if grouper.list.has_next %} -
- - {% trans "Next" %} - -
- - {% trans "Last" %} - - {% endif %} + {% if templates.has_previous %} +
- + {% trans "First" %} + + +
- + {% trans "Previous" %} + + + {% endif %} + {% if templates.has_next %} +
- + {% trans "Next" %} + + +
- + {% trans "Last" %} + + + {% endif %}
-
- {% trans "Page" %} {{ templates.number }} {% trans "of" %}
- {{ templates.paginator.num_pages }}.
-
-
-
-
{% else %}
-
- {% trans "Page" %}
-
-
- {% trans "of" %} {{templates.paginator.num_pages}}
-
-
- -
- {% if templates.has_previous %}
-
- - {% trans "First" %} - -
- - {% trans "Previous" %} - - {% endif %} {% if templates.has_next %} -
- - {% trans "Next" %} - -
- - {% trans "Last" %} - - {% endif %} -
-
-
+
+
- {% trans "No template groups have been established yet." %}
-
+
+
{% endif %}
{% trans "No Records found." %}
+{% trans "No template groups have been established yet." %}
+