diff --git a/core/admin/mailu/ui/templates/user/list.html b/core/admin/mailu/ui/templates/user/list.html
index 84c0cd27..1c845062 100644
--- a/core/admin/mailu/ui/templates/user/list.html
+++ b/core/admin/mailu/ui/templates/user/list.html
@@ -40,9 +40,9 @@
{{ user }} |
- {% if user.enable_imap %}imap{% endif %}
- {% if user.enable_pop %}pop3{% endif %}
- {% if user.allow_spoofing %}allow-spoofing{% endif %}
+ {% if user.enable_imap %}imap{% endif %}
+ {% if user.enable_pop %}pop3{% endif %}
+ {% if user.allow_spoofing %}allow-spoofing{% endif %}
|
{{ user.quota_bytes_used | filesizeformat }} / {{ (user.quota_bytes | filesizeformat) if user.quota_bytes else '∞' }} |
{{ user.comment or '-' }} |