{{ server.hostname }} (ID: {{ server.id }})

{% i18n "Are you sure you want to remove this global autoconfig server?" %}

{% i18nc "Autoconfig server type" "Type" %}
{% with server.type as value %}{% include "inc/parts/autoconfigservertype.html" %}{% endwith %}
{% i18nc "Network port" "Port" %}
{{ server.port }}
{% i18nc "Autoconfig server socket type" "Socket type" %}
{% with server.socketType as value %}{% include "inc/parts/autoconfigserversockettype.html" %}{% endwith %}
{% i18nc "Autoconfig server authentication method" "Authentication" %}
{% with server.authentication as value %}{% include "inc/parts/autoconfigserverauthentication.html" %}{% endwith %}
{% i18nc "Autoconfig server sorting value" "Sorting value" %}
{{ server.sorting }}
{% c_csrf_token %}
{{ _("Cancel") }}