%@ lib/stdlib.pl %>
<%* if ($error->{Null_Password}) %> You must supply a Password. <%* end-if %> <%* if ($error->{Null_Email}) %> You must supply an Email address. <%* end-if %> <%* if ($error->{Null_First_Name}) %> You must supply a First Name. <%* end-if %> <%* if ($error->{Null_Family_Name}) %> You must supply a Family Name. <%* end-if %> <%* if ($error->{Null_Disabled}) %> You must allow or disallow logins. <%* end-if %>
<%* end-if %>Please make changes as required and submit this form.