diff --git a/app/templates/views/activity/all-activity.html b/app/templates/views/activity/all-activity.html
index 3a98b3541..9714dfc16 100644
--- a/app/templates/views/activity/all-activity.html
+++ b/app/templates/views/activity/all-activity.html
@@ -114,8 +114,8 @@
N/A
{% endif %}
-
{{ job.delivered_count if job.delivered_count is not none else '' }} |
- {{ job.failed_count if job.failed_count is not none else '' }} |
+ {{ job.delivered_count if job.delivered_count is not none else '0' }} |
+ {{ job.failed_count if job.failed_count is not none else '0' }} |
{% endfor %}
{% else %}