[Dovecot] fixed indentation for quarantine template

master
Aiko Appeldorn 2019-02-09 21:29:15 +01:00
parent fdf21b8412
commit 36ba1f28d5
1 changed files with 4 additions and 4 deletions

View File

@ -25,11 +25,11 @@
</head> </head>
<body> <body>
<p>Hi!<br> <p>Hi!<br>
{% if counter == 1 %} {% if counter == 1 %}
There is 1 new message waiting in quarantine:<br> There is 1 new message waiting in quarantine:<br>
{% else %} {% else %}
There are {{counter}} new messages waiting in quarantine:<br> There are {{counter}} new messages waiting in quarantine:<br>
{% endif %} {% endif %}
<table> <table>
<tr><th>Subject</th><th>Sender</th><th>Score</th><th>Arrived on</th>{% if quarantine_acl == 1 %}<th>Actions</th>{% endif %}</tr> <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 %} {% for line in meta %}