diff --git a/templates/ckanext/harvest/show.html b/templates/ckanext/harvest/show.html
index b566f81..84cc85b 100644
--- a/templates/ckanext/harvest/show.html
+++ b/templates/ckanext/harvest/show.html
@@ -42,7 +42,15 @@
Last Harvest Status: ${c.source.status.last_harvest_status}
Last Harvest Errors:
- Last Harvest Added or Updated: ${c.source.status.last_harvest_statistics.added}
+ Last Harvest Added or Updated:
+
+
+ ${c.source.status.last_harvest_statistics.added}
+
+
+ None
+
+
Last Harvest Request: ${c.source.status.last_harvest_request}
Next Harvest: ${c.source.status.next_harvest}
|