diff --git a/django/templates/label_edit.html b/django/templates/label_edit.html
index e6ff81b..e56d94a 100644
--- a/django/templates/label_edit.html
+++ b/django/templates/label_edit.html
@@ -136,39 +136,35 @@
Output in queue! This output is currently in the processing queue. It will be checked shortly.
{% else %}
+ {% if object.type == "output" %}
+ {% switch output.get_spent_status %}
+ {% case "spent" %}
+
+ Output spent! Blockchain records indicate that this output has been spent in another transaction.
+
+ {% case "unspent" %}
+
+ Output unspent! Blockchain records indicate that this output has not been spent yet.
+