diff --git a/templates/edit.html b/templates/edit.html
index 86c9182..ea05834 100644
--- a/templates/edit.html
+++ b/templates/edit.html
@@ -83,6 +83,12 @@
{{ bookmark.modified_date.strftime('%Y-%m-%d %H:%M') }} |
{% endif %}
+ {% if bookmark.deleted_date %}
+
+ | Deleted |
+ {{ bookmark.deleted_date.strftime('%Y-%m-%d %H:%M') }} |
+
+ {% endif %}