{% extends "base.html" %} {% block title %}{{ _("Register a new account") }}{% end block %} {% block body %}
{% raw xsrf_form_html() %} {{ _("Registration form") }}

{{ _("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.") }}

{{ _("Account security") }}

{{ _("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.") }}

{% end block %}