diff --git a/recruitment/templates/pipeline/kanban_components/candidate_kanban_components.html b/recruitment/templates/pipeline/kanban_components/candidate_kanban_components.html index 9b0ec1266..14bd0d06e 100644 --- a/recruitment/templates/pipeline/kanban_components/candidate_kanban_components.html +++ b/recruitment/templates/pipeline/kanban_components/candidate_kanban_components.html @@ -221,29 +221,31 @@ $("#stageCount{{stage.id}}").attr("title",'{{candidates.paginator.count}} {% trans "Candidates" %}') {% endfor %} - {% if candidates.number %} -
- -
+ {% if candidates.has_previous or candidates.has_next %} + {% if candidates.number %} +
+ +
+ {% endif %} {% endif %}