diff --git a/data/assets/templates/quarantine.tpl b/data/assets/templates/quarantine.tpl new file mode 100644 index 00000000..2a0a310e --- /dev/null +++ b/data/assets/templates/quarantine.tpl @@ -0,0 +1,35 @@ + + + + + +

Hi!
+ There are {{counter}} new messages waiting in quarantine:
+ + + {% for line in meta %} + + + + + + {% endfor %} +
SubjectSenderArrived on
{{ line.subject|e }}{{ line.sender|e }}{{ line.created }}
+

+ +