{% 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 %}