{formfeedback error=$errors.password ?? ''}
{formlabel label="Password" for="password"}
{forminput}
{formhelp note="The administrator's password should be at least 4 characters in length."}
{/forminput}
{formfeedback error=$errors.email ?? ''}
{formlabel label="Email" for="email"}
{forminput}
{formhelp note="Administrator email address, in case of site malfunction this email will be showen to users."}
{/forminput}
{forminput}
{forminput label="checkbox"}
Test Email Transport
{/forminput}
{formhelp note="Check this box to send a test email to the above address. This will let you know if the mailing system is working."}
{/forminput}