{% from 'include/input_macros.html' import input, checkbox %} New user * {{ input('new-username') }} {% if ldap_enable == '1' %} Search user in AD {% endif %} Password * {{ input('new-password', type='password') }} Active {{ checkbox('activeuser', checked='checked') }} Email * {{ input('new-email', type='email') }}