diff --git a/data/assets/templates/quarantine.tpl b/data/assets/templates/quarantine.tpl
index e01d4cdb..8fa88c54 100644
--- a/data/assets/templates/quarantine.tpl
+++ b/data/assets/templates/quarantine.tpl
@@ -42,15 +42,24 @@
There are {{counter}} new messages waiting in quarantine:
{% endif %}
Subject | Sender | Score | Arrived on | {% if quarantine_acl == 1 %}Actions | {% endif %}||||
---|---|---|---|---|---|---|---|---|
Subject | Sender | Score | Action | Arrived on | {% if quarantine_acl == 1 %}Actions | {% endif %}|||
{{ line.subject|e }} | {{ line.sender|e }} | {{ line.score }} | + {% if line.action == "reject" %} +Rejected | + {% else %} +Sent to Junk folder | + {% endif %}{{ line.created }} | {% if quarantine_acl == 1 %} -release | delete | + {% if line.action == "reject" %} +Release to inbox | delete | + {% else %} +Send copy to inbox | delete | + {% endif %} {% endif %}