{% from 'include/input_macros.html' import input, checkbox %} {{lang.words.name|title()}} * {{ input('new-username') }} {% if ldap_enable == 1 %} {{lang.phrases.search_in_ad}} {% endif %} {{lang.words.password|title()}} * {{ input('new-password', type='password') }} {{lang.words.active|title()}} {{ checkbox('activeuser', checked='checked') }} {{lang.words.email|title()}} * {{ input('new-email', type='email') }}