diff --git a/templates/task_orders/index.html b/templates/task_orders/index.html
index 5926ff60..a720c789 100644
--- a/templates/task_orders/index.html
+++ b/templates/task_orders/index.html
@@ -66,7 +66,7 @@
{% call StickyCTA(text="common.task_orders"|translate) %}
- {% if user_can(permissions.CREATE_TASK_ORDER) and task_orders %}
+ {% if user_can(permissions.CREATE_TASK_ORDER) and to_count > 0 %}
{{ "task_orders.add_new_button" | translate }}