{{ _("Edit domain") }} {{ domain.name }}

{% i18nc_var "Datetime format string to display created and updated times on edit pages" "MMMM d, yyyy hh:mmap" as dtFormatString %}
{% c_csrf_token %}
{{ help.prefix.text }}
{{ help.created.text }}
{{ help.updated.text }}
{% if user.type >= user.Administrator %}
{{ domain.accounts }} /
{% if validationErrors.maxAccounts.count %}
{{ validationErrors.maxAccounts.0 }}
{% endif %} {% else %} {% endif %} {{ help.maxAccounts.text }}
{% if user.type >= user.Administrator %}
{% l10n_filesize domain.domainQuotaUsed 2 2 1024 %} /
{% if validationErrors.domainQuota.count %}
{{ validationErrors.domainQuota.0 }}
{% endif %} {% else %} {% endif %} {{ help.domainQuota.text }}
{% if validationErrors.quota.count %}
{{ validationErrors.quota.0 }}
{% endif %} {{ help.quota.text }}
{% if domain.children.count == 0 %}
{% if user.type >= user.Administrator %} {% if validationErrors.parent.count %}
{{ validationErrors.parent.0 }}
{% endif %} {% else %} {% endif %} {{ help.parent.text }}
{% else %}

{% for child in domain.children %}{{ child.name }}{% if not forloop.last %}, {% endif %}{% endfor %}

{{ help.children.text }}
{% endif %}
{% if user.type >= user.Administrator %} {% if validationErrors.transport.count %}
{{ validationErrors.transport.0 }}
{% endif %} {% else %} {% endif %} {{ help.transport.text }}
{% if user.type >= user.Administrator %} {% if validationErrors.autoconfig.count %}
{{ validationErrors.autoconfig.0 }}
{% endif %} {% else %} {% endif %} {{ help.autoconfig.text }}
{{ _("User name and address constraints") }}
{{ help.freeNames.text }}
{{ help.freeAddress.text }}
{{ _("Default folders") }}
{% with "sentFolder" as id %} {% with help.sentFolder.title as label %} {% with help.sentFolder.text as helpText %} {% with validationErrors.sentFolder.count as errorCount %} {% with validationErrors.sentFolder.0 as errorText %} {% with sentFolder|default_if_none:domain.sentFolder.name as value %} {% i18nc_var "Placeholder for default sent folder input field" "Sent messages" as sentFolderPlaceholder %} {% with sentFolderPlaceholder as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% with "draftsFolder" as id %} {% with help.draftsFolder.title as label %} {% with help.draftsFolder.text as helpText %} {% with validationErrors.draftsFolder.count as errorCount %} {% with validationErrors.draftsFolder.0 as errorText %} {% with draftsFolder|default_if_none:domain.draftsFolder.name as value %} {% i18nc_var "Placeholder for default drafts folder input field" "Drafts" as draftsFolderPlaceholder %} {% with draftsFolderPlaceholder as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% with "trashFolder" as id %} {% with help.trashFolder.title as label %} {% with help.trashFolder.text as helpText %} {% with validationErrors.trashFolder.count as errorCount %} {% with validationErrors.trashFolder.0 as errorText %} {% with trashFolder|default_if_none:domain.trashFolder.name as value %} {% i18nc_var "Placeholder for default trash folder input field" "Trash" as trashFolderPlaceholder %} {% with trashFolderPlaceholder as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% with "junkFolder" as id %} {% with help.junkFolder.title as label %} {% with help.junkFolder.text as helpText %} {% with validationErrors.junkFolder.count as errorCount %} {% with validationErrors.junkFolder.0 as errorText %} {% with junkFolder|default_if_none:domain.junkFolder.name as value %} {% i18nc_var "Placeholder for default junk folder input field" "Junk" as junkFolderPlaceholder %} {% with junkFolderPlaceholder as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% with "archiveFolder" as id %} {% with help.archiveFolder.title as label %} {% with help.archiveFolder.text as helpText %} {% with validationErrors.archiveFolder.count as errorCount %} {% with validationErrors.archiveFolder.0 as errorText %} {% with archiveFolder|default_if_none:domain.archiveFolder.name as value %} {% i18nc_var "Placeholder for default archive folder input field" "Archive" as archiveFolderPlaceholder %} {% with archiveFolderPlaceholder as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% with "otherFolders" as id %} {% with help.otherFolders.title as label %} {% with help.otherFolders.text as helpText %} {% with validationErrors.otherFolders.count as errorCount %} {% with validationErrors.otherFolders.0 as errorText %} {% with otherFolders|default_if_none:domain.otherFolders.name as value %} {% i18nc_var "Placeholder for other default folder input fields" "Templates" as otherFoldersPlaceholder %} {% with otherFoldersPlaceholder as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %}
{{ _("Cancel") }}