{{ _("Settings") }}

{% c_csrf_token %}
{{ _("Admin accounts") }}
{% if validationErrors.default_language.count %}
{{ validationErrors.default_language.0 }}
{% endif %} {{ help.default_language.text }}
{% if validationErrors.default_timezone.count %}
{{ validationErrors.default_timezone.0 }}
{% endif %} {{ help.default_timezone.text }}
%
{% if validationErrors.default_warnlevel.count %}
{{ validationErrors.default_warnlevel.0 }}
{% endif %} {{ help.default_warnlevel.text }}
{% if validationErrors.default_maxdisplay.count %}
{{ validationErrors.default_maxdisplay.0 }}
{% endif %} {{ help.default_maxdisplay.text }}
{{ _("Domains") }}
{% if validationErrors.default_maxaccounts.count %}
{{ validationErrors.default_maxaccounts.0 }}
{% endif %} {{ help.default_maxaccounts.text }}
{% if validationErrors.default_domainquota.count %}
{{ validationErrors.default_domainquota.0 }}
{% endif %} {{ help.default_domainquota.text }}
{% if validationErrors.default_quota.count %}
{{ validationErrors.default_quota.0 }}
{% endif %} {{ help.default_quota.text }}
{{ _("Role accounts") }}
{% i18n_var "Select an account" as s2ph %}
{% if validationErrors.default_abuse_account.count %}
{{ validationErrors.default_abuse_account.0 }}
{% endif %} {{ help.default_abuse_account.text }}
{% if validationErrors.default_noc_account.count %}
{{ validationErrors.default_noc_account.0 }}
{% endif %} {{ help.default_noc_account.text }}
{% if validationErrors.default_security_account.count %}
{{ validationErrors.default_security_account.0 }}
{% endif %} {{ help.default_security_account.text }}
{% if validationErrors.default_postmaster_account.count %}
{{ validationErrors.default_postmaster_account.0 }}
{% endif %} {{ help.default_postmaster_account.text }}
{% if validationErrors.default_hostmaster_account.count %}
{{ validationErrors.default_hostmaster_account.0 }}
{% endif %} {{ help.default_hostmaster_account.text }}
{% if validationErrors.default_webmaster_account.count %}
{{ validationErrors.default_webmaster_account.0 }}
{% endif %} {{ help.default_webmaster_account.text }}
{{ _("Default folders") }}

{{ _("The folders defined here are used when creating new domains, but can be changed there at any time.") }}

{% with "default_sent_folder" as id %} {% with help.default_sent_folder.title as label %} {% with help.default_sent_folder.text as helpText %} {% with validationErrors.default_sent_folder.count as errorCount %} {% with validationErrors.default_sent_folder.0 as errorText %} {% with default_sent_folder as value %} {% i18nc_var "Placeholder for default sent folder input field" "e.g. Sent messages" as sentFolderPlaceholder %} {% with sentFolderPlaceholder as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% with "default_drafts_folder" as id %} {% with help.default_drafts_folder.title as label %} {% with help.default_drafts_folder.text as helpText %} {% with validationErrors.default_drafts_folder.count as errorCount %} {% with validationErrors.default_drafts_folder.0 as errorText %} {% with default_drafts_folder as value %} {% i18nc_var "Placeholder for default drafts folder input field" "e.g. Drafts" as draftsFolderPlaceholder %} {% with draftsFolderPlaceholder as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% with "default_trash_folder" as id %} {% with help.default_trash_folder.title as label %} {% with help.default_trash_folder.text as helpText %} {% with validationErrors.default_trash_folder.count as errorCount %} {% with validationErrors.default_trash_folder.0 as errorText %} {% with default_trash_folder as value %} {% i18nc_var "Placeholder for default trash folder input field" "e.g. Trash" as trashFolderPlaceholder %} {% with trashFolderPlaceholder as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% with "default_junk_folder" as id %} {% with help.default_junk_folder.title as label %} {% with help.default_junk_folder.text as helpText %} {% with validationErrors.default_junk_folder.count as errorCount %} {% with validationErrors.default_junk_folder.0 as errorText %} {% with default_junk_folder as value %} {% i18nc_var "Placeholder for default junk folder input field" "e.g. Junk" as junkFolderPlaceholder %} {% with junkFolderPlaceholder as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% with "default_archive_folder" as id %} {% with help.default_archive_folder.title as label %} {% with help.default_archive_folder.text as helpText %} {% with validationErrors.default_archive_folder.count as errorCount %} {% with validationErrors.default_archive_folder.0 as errorText %} {% with default_archive_folder as value %} {% i18nc_var "Placeholder for default archive folder input field" "e.g. Archive" as archiveFolderPlaceholder %} {% with archiveFolderPlaceholder as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% with "default_other_folders" as id %} {% with help.default_other_folders.title as label %} {% with help.default_other_folders.text as helpText %} {% with validationErrors.default_other_folders.count as errorCount %} {% with validationErrors.default_other_folders.0 as errorText %} {% with default_other_folders as value %} {% i18nc_var "Placeholder for other default folder input fields" "e.g. Templates,Invoices" as otherFoldersPlaceholder %} {% with otherFoldersPlaceholder as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %}
{{ _("Cancel") }}