Hi!
    There are {{counter}} new messages waiting in quarantine:
    
| Subject | Sender | Score | Arrived on | {% if quarantine_acl == 1 %}Actions | {% endif %}
|---|---|---|---|---|
| {{ line.subject|e }} | {{ line.sender|e }} | {{ line.score }} | {{ line.created }} | {% if quarantine_acl == 1 %}release | delete | {% endif %}