{{ _("Edit global autoconfig server") }} ID: {{ server.id }}

{% c_csrf_token %}
{% if validationErrors.type.count %}
{{ validationErrors.type.0 }}
{% endif %} {{ help.type.text }}
{% with "hostname" as id %} {% with help.hostname.title as label %} {% with help.hostname.text as helpText %} {% with validationErrors.hostname.count as errorCount %} {% with validationErrors.hostname.0 as errorText %} {% with hostname|default_if_none:server.hostname as value %} {% with "mail.example.com" as placeholder %} {% with 1 as fieldrequired %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% with "number" as fieldtype %} {% with "0" as fieldmin %} {% with 65535 as fieldmax %} {% with 1 as fieldstep %} {% with "port" as id %} {% with help.port.title as label %} {% with help.port.text as helpText %} {% with validationErrors.port.count as errorCount %} {% with validationErrors.port.0 as errorText %} {% with port|default_if_none:server.port as value %} {% with "993" as placeholder %} {% with 1 as fieldrequired %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %}
{% if validationErrors.socketType.count %}
{{ validationErrors.socketType.0 }}
{% endif %} {{ help.socketType.text }}
{% if validationErrors.authentication.count %}
{{ validationErrors.authentication.0 }}
{% endif %} {{ help.authentication.text }}
{% with "number" as fieldtype %} {% with "-128" as fieldmin %} {% with 127 as fieldmax %} {% with 1 as fieldstep %} {% with "sorting" as id %} {% with help.sorting.title as label %} {% with help.sorting.text as helpText %} {% with validationErrors.sorting.count as errorCount %} {% with validationErrors.sorting.0 as errorText %} {% with sorting|default_if_none:server.sorting as value %} {% with "0" as placeholder %} {% with 1 as fieldrequired %} {% include "inc/forms/inputfield.html" %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %}
{{ _("Cancel") }}