{% from 'include/input_macros.html' import input, checkbox %} {{lang.words.name|title()}} * {{ input('new-server-add') }} IP * {{ input('new-ip') }} {{lang.words.port|title()}} * {{ input('new-port', value='22', type='number') }} {{lang.words.enable|title()}} {{ checkbox('enable', checked='checked') }} {{lang.words.virt|title()}} {{ checkbox('typeip') }} {{lang.words.add|title()}} {{lang.words.in}} SMON {{ checkbox('add_to_smon', checked='checked') }} {{lang.words.scan|title()}} {{lang.words.the}} {{lang.words.server}} {{ checkbox('scan_server', checked='checked') }} HAProxy {{ checkbox('haproxy') }} NGINX {{ checkbox('nginx') }} Apache {{ checkbox('apache') }} Firewall {{ checkbox('firewall') }} {{lang.words.slave_for}} {{lang.words.desc|title()}} {{ input('desc', size='30') }}