$def with (form, new_user) $var title: $_('Login') $var page: login
$_(u'Login')
$if new_user and new_user is not None:
$_('Warning - new installation!')

$_('This is a new installation. You must change this generated password after logging in!')

$_('Make a note of the password, you will need it when changing the password!')

$_('Default user name is admin.')

$_('Generated default password is') "$new_user"

$:form.render()