{{ _("Settings") }}

{{ _("Add server") }} {{ _("Add server") }}
{% i18nc_var "Button text on the autoconfig server list page" "Edit server" as edtAcsTxt %} {% i18nc_var "Text for screen readers on dropdown menu" "Toggle dropdown" as togDrpTxt %} {% i18nc_var "Button text on the autoconfig server list page" "Delete server" as delAcsTxt %} {% for server in autoconfigServers %} {% endfor %}
{{ _("Actions") }} {% i18nc "Autoconfig server type" "Type" %} {{ _("Hostname") }} {% i18nc "Network port" "Port" %} {% i18nc "Autoconfig server socket type" "Socket type" %} {% i18nc "Autoconfig server authentication method" "Authentication" %} {% i18nc "Autoconfig server sorting value" "Sorting value" %}
{% with server.type as value %}{% include "inc/parts/autoconfigservertype.html" %}{% endwith %} {{ server.hostname }} {{ server.port }} {% with server.socketType as value %}{% include "inc/parts/autoconfigserversockettype.html" %}{% endwith %} {% with server.authentication as value %}{% include "inc/parts/autoconfigserverauthentication.html" %}{% endwith %} {{ server.sorting }}
{% c_csrf_token %}
{{ _("General configuration") }}
{{ help.autoconfig_enabled.text }}
{% with "autoconfig_id" as id %} {% with help.autoconfig_id.title as label %} {% with help.autoconfig_id.text as helpText %} {% with validationErrors.autoconfig_id.count as errorCount %} {% with validationErrors.autoconfig_id.0 as errorText %} {% with autoconfig_id as value %} {% with "example.com" as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% with "autoconfig_displayname" as id %} {% with help.autoconfig_displayname.title as label %} {% with help.autoconfig_displayname.text as helpText %} {% with validationErrors.autoconfig_displayname.count as errorCount %} {% with validationErrors.autoconfig_displayname.0 as errorText %} {% with autoconfig_displayname as value %} {% with "Example Mail Provider" as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% with "autoconfig_displayname_short" as id %} {% with help.autoconfig_displayname_short.title as label %} {% with help.autoconfig_displayname_short.text as helpText %} {% with validationErrors.autoconfig_displayname_short.count as errorCount %} {% with validationErrors.autoconfig_displayname_short.0 as errorText %} {% with autoconfig_displayname_short as value %} {% with "EMP" as placeholder %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %}
{{ _("Cancel") }}