|
|
@ -40,8 +40,8 @@
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td>{{ user }}</td>
|
|
|
|
<td>{{ user }}</td>
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|
{% if user.enable_imap %}<span class="label label-info">imap</span>{% endif %}
|
|
|
|
{% if user.enable_imap %}<span class="badge bg-info">imap</span>{% endif %}
|
|
|
|
{% if user.enable_pop %}<span class="label label-info">pop3</span>{% endif %}
|
|
|
|
{% if user.enable_pop %}<span class="badge bg-info">pop3</span>{% endif %}
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td>{{ user.quota_bytes_used | filesizeformat }} / {{ (user.quota_bytes | filesizeformat) if user.quota_bytes else '∞' }}</td>
|
|
|
|
<td>{{ user.quota_bytes_used | filesizeformat }} / {{ (user.quota_bytes | filesizeformat) if user.quota_bytes else '∞' }}</td>
|
|
|
|
<td>{{ user.comment or '-' }}</td>
|
|
|
|
<td>{{ user.comment or '-' }}</td>
|
|
|
|