diff --git a/recruitment/templates/candidate/candidate_empty.html b/recruitment/templates/candidate/candidate_empty.html index 1e71c85d3..28261457d 100644 --- a/recruitment/templates/candidate/candidate_empty.html +++ b/recruitment/templates/candidate/candidate_empty.html @@ -2,53 +2,34 @@ {% block content %} {% load i18n %} {% load static %} - -
-
-
{% trans "Candidates" %}
- - - -
- -
- -
-
- {% if perms.recruitment.add_candidate %} - - {% trans "Create" %} - - {% endif %} -
+
+
+
{% trans "Candidates" %}
+ + +
-
-
-
-
-
-
- Page not found. 404. -
{% trans "There are currently no candidates to consider." %}
-
+ +
+
+
+ {% if perms.recruitment.add_candidate %} + + {% trans "Create" %} + + {% endif %} +
+
-
- - - - -{% endblock content %} + +
+
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "There are currently no candidates to consider." %}

+
+
+{% 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 %} -
- - groups - -
{% trans "No Interviews Found." %}
+
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% 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 @@
-
-
-
-
- Page not found. 404. -
{% trans "At present, there is no ongoing recruitment." %}
-
-
-
-
+
+
+ Page not found. 404. +

{% trans "No Records 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' %}
-
- Page not found. 404. -
{% trans "There are currently no skill zone to consider." %}
+
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "There are currently no skill zone to consider." %}

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 "Stage" %} +
+
+ {% trans "Stage" %} +
-
-
-
-
- {% if perms.recruitment.add_stage %} - - {% endif %} -
+
+
+
+ {% if perms.recruitment.add_stage %} + + {% endif %} +
+
-
-
-
-
-
- Page not found. 404. -
- {% trans "No recruitment stages currently available." %} -
-
+
+
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "No recruitment stages are 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' %}
- {% include "survey/template_accordion.html" %} + {% include "survey/template_accordion.html" %}
- {% if questions %} -
-
- {% for question in questions %} -
-
- {{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 %} -
-
- -
- + {% if questions %} +
+
+ {% for question in questions %} +
+
+ {{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 %} +
+ {% endfor %}
-
-
- {% endif %} -
- {% endfor %} -
-
- - {% trans "Page" %} {{ questions.number }} {% trans "of" %} {{ questions.paginator.num_pages }}. - - -
-
- {% else %} -
- Page not found. 404. -
- {% trans "No questions have been established yet." %} -
-
- {% endif %} + {% else %} +
+ Page not found. 404. +

{% trans "No Records found." %}

+

{% trans "No questions have been established yet." %}

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