{{define "email_confirm"}} {{template "meta_tags" "E-mail verification"}} {{template "page_top" .}} {{if eq .Other "success"}}

Success!

Your account's e-mail address has been updated.

{{else if eq .Other "not_found"}}

E-mail change failed

This e-mail change request does not exist or has expired. Please try again if you still want to change your e-mail address.

{{else}}

Error

Something went wrong while processing this request. Please try again later.

{{end}} {{template "page_bottom" .}} {{template "analytics"}} {{end}}