{% extends "base.html" %} {% block title %}{{ _("Register a new account") }}{% end block %} {% block body %}
{{ _("Must be a unique name you login with.") }}
{{ _("Type in your email address, which is used to verify the account.") }}
{{ _("Type you firstname and your lastname here.") }}
{{ _("The password is used to secure the login and must be at least 8 characters.") }}
{{ _("Pick a password that is as strong as possible.") }} {{ _("Don't login at unsecure places where people could spy on your password.") }}