Hi {{username}}!
    {% if counter == 1 %}
    There is 1 new message waiting in quarantine:
    {% else %}
    There are {{counter}} new messages waiting in quarantine:
    {% 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 %} {% if line.action == "reject" %} | Release to inbox | delete{% else %} | Send copy to inbox | delete{% endif %} {% endif %} |