From 8dce12dbfa221c67ce89be9d488880ad1dfa4261 Mon Sep 17 00:00:00 2001 From: andryyy Date: Fri, 6 Nov 2020 12:26:48 +0100 Subject: [PATCH] [Assets] Update quarantine template (please review and update in case of modifications) --- data/assets/templates/quarantine.tpl | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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 %} - {% if quarantine_acl == 1 %}{% endif %} - {% for line in meta %} + {% if quarantine_acl == 1 %}{% endif %} + {% for line in meta|reverse %} + {% if line.action == "reject" %} + + {% else %} + + {% endif %} {% if quarantine_acl == 1 %} - + {% if line.action == "reject" %} + + {% else %} + + {% endif %} {% endif %} {% endfor %}
SubjectSenderScoreArrived onActions
SubjectSenderScoreActionArrived onActions
{{ line.subject|e }} {{ line.sender|e }} {{ line.score }}RejectedSent to Junk folder{{ line.created }}release | deleteRelease to inbox | deleteSend copy to inbox | delete