diff --git a/data/assets/templates/quarantine.tpl b/data/assets/templates/quarantine.tpl index a0479a4a5..e01d4cdb3 100644 --- a/data/assets/templates/quarantine.tpl +++ b/data/assets/templates/quarantine.tpl @@ -1,5 +1,6 @@
+ @@ -31,15 +42,15 @@ There are {{counter}} new messages waiting in quarantine:| Subject | Sender | Score | Arrived on | {% if quarantine_acl == 1 %}Actions | {% endif %}|||
|---|---|---|---|---|---|---|---|
| Subject | Sender | Score | Arrived on | {% if quarantine_acl == 1 %}Actions | {% endif %}|||
| {{ line.subject|e }} | {{ line.sender|e }} | -{{ line.score }} | -{{ line.created }} | +{{ line.score }} | +{{ line.created }} | {% if quarantine_acl == 1 %} -release | delete | +release | delete | {% endif %}