{% from 'include/input_macros.html' import input, checkbox %}

Form fields tag "*" are required.

New hostname * {{ input('new-server-add') }} IP * {{ input('new-ip', size='14') }} Port * {{ input('new-port', value='22', size='1') }} Enable {{ checkbox('enable', checked='checked') }} Virt {{ checkbox('typeip') }} Slave for Description {{ input('desc', size='30') }}