{{ _("Create new account") }} {{ domain.name }}

{% i18nc_var "Placeholder for datetime inputs, shown to the user as a hint how to input datetimes" "YYYY-MM-DDTHH:mm" as dtFormatPlaceholder %} {% i18nc_var "Placeholder for date inputs, shown to the user as a hint how to input dates" "YYYY-MM-DD" as dateFormatPlaceholder %} {% i18nc_var "Placeholder for time inputs, shown to the user as a hint how to input times" "HH:mm" as timeFormatPlaceholder %}
{% c_csrf_token %}
{{ help.accounts.text }}
{{ help.domainQuota.text }}
{% if validationErrors.validUntilDate.count %}
{{ validationErrors.validUntilDate.0 }}
{% endif %} {% if validationErrors.validUntilTime.count %}
{{ validationErrors.validUntilTime.0 }}
{% endif %} {{ help.validUntil.text }}
{% if validationErrors.username.count %}
{{ validationErrors.username.0 }}
{% endif %} {{ help.username.text }}
{% if domainasprefix or not domain.freeNames %} {% endif %}
@{{ domain.name }}
{% if validationErrors.localpart.count %}
{{ validationErrors.localpart.0 }}
{% endif %} {{ help.localpart.text }}
{% if validationErrors.quota.count %}
{{ validationErrors.quota.0 }}
{% endif %} {{ help.quota.text }}
{% if validationErrors.password.count %}
{{ validationErrors.password.0 }}
{% endif %} {{ help.password.text }}
{{ help.password_confirmation.text }}
{% if validationErrors.passwordExpiresDate.count %}
{{ validationErrors.passwordExpiresDate.0 }}
{% endif %} {% if validationErrors.passwordExpiresTime.count %}
{{ validationErrors.passwordExpiresTime.0 }}
{% endif %} {{ help.passwordExpires.text }}
{{ _("Service access") }}
{{ help.imap.text }}
{{ help.pop.text }}
{{ help.sieve.text }}
{{ help.smtpauth.text }}
{{ help.catchall.text }}
{% if domain.children.count > 0 %}
{% endif %}
{{ _("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 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") }}