diff --git a/ui/app/templates/jobs/job/task-group.hbs b/ui/app/templates/jobs/job/task-group.hbs
index 90928f830..2934d2c1a 100644
--- a/ui/app/templates/jobs/job/task-group.hbs
+++ b/ui/app/templates/jobs/job/task-group.hbs
@@ -100,12 +100,21 @@
{{else}}
-
-
-
No Matches
-
No allocations match the term {{searchTerm}}
+ {{#if allocations.length}}
+
+
+
No Matches
+
No allocations match the term {{searchTerm}}
+
-
+ {{else}}
+
+
+
No Allocations
+
No allocations have been placed.
+
+
+ {{/if}}
{{/list-pagination}}