html!{

{"//web/pwcrypt"}

{"You can use this page to create your hashed credentials for a TVL account. Enter your desired username and password below, and send us the output you receive in order for us to create your account."}

{"Detailed documentation about the registration process is "} {"available here"} {"."}

{"All of this happens in your browser: Your password does not leave this site!"}

{"Credentials:"}
if let Some(missing) = self.whats_missing() {

{"Please fill in "}{missing}{"."}

} else {
}
{self.display_credentials()}
}