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 | 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 %} |