{% 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 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 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 %}
{% with "number" as fieldtype %}
{% with "-32768" as fieldmin %}
{% with 32767 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:"0" 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 %}