| {{ _("Actions") }} | {{ _("Domain name") }} | {{ _("Accounts") }} | {{ _("Max. Accounts")}} | {{ _("Default quota") }} | {{ _("Domain quota") }} | {{ _("Quota usage") }} |
|---|---|---|---|---|---|---|
| {{ domain.name }} {% i18n "ID: %1, Prefix: %2" domain.id domain.prefix %}{% if domain.parent.id > 0 %}, {{ _("Parent:") }} {{ domain.parent.name }}{% endif %} |
{{ _(domain.accounts) }} | {% if domain.maxAccounts > 0 %}{{ _(domain.maxAccounts) }}{% else %}{{ unlimitedTxt }}{% endif %} | {% if domain.quota > 0 %}{% l10n_filesize domain.quota 2 2 1024 %}{% else %}{{ _("not set") }}{% endif %} | {% if domain.domainQuota > 0 %}{% l10n_filesize domain.domainQuota 2 2 1024 %}{% else %}{{ unlimitedTxt }}{% endif %} |
{% l10n_filesize domain.domainQuotaUsed 2 2 1024 %}
{% if domain.domainQuota > 0 %}
|
{{ _("You have no domains configured. In order to create email accounts you have to first create at least one domain for which you want to add new email accounts.") }}
{{ _("Add domain") }}