mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-22 17:49:46 +00:00
[Web] Improvement of quarantine notification
This commit is contained in:
commit
c187531afd
1 changed files with 4 additions and 0 deletions
|
|
@ -25,7 +25,11 @@
|
|||
</head>
|
||||
<body>
|
||||
<p>Hi!<br>
|
||||
{% if counter == 1 %}
|
||||
There is 1 new message waiting in quarantine:<br>
|
||||
{% else %}
|
||||
There are {{counter}} new messages waiting in quarantine:<br>
|
||||
{% endif %}
|
||||
<table>
|
||||
<tr><th>Subject</th><th>Sender</th><th>Score</th><th>Arrived on</th>{% if quarantine_acl == 1 %}<th>Actions</th>{% endif %}</tr>
|
||||
{% for line in meta %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue