{% extends "form.html" %} {% block title %}{% trans %}Sign up{% endtrans %}{% endblock %} {% block subtitle %}{% trans %}for a new account{% endtrans %}{% endblock %} {% block content %} {% call macros.help(_("I want a new account!"), auto=utils.display_help("main")) %}

{% trans %}You are about to sign up for a new account.{% endtrans %}

{% trans %}First, please note that you only need a single account. If you own one already, please sign in. If you need a different username, you can simply create additional profiles! Please contact us if you are having trouble.{% endtrans %}

{% trans %}Please chose your account name carefully, since you will not be able to change it later. You will then be able to create profiles under pseudonymes.{% endtrans %}

{% trans %}Please (please!) use a decent password and memorize it. We do not wish to collect data on who you are. That also means it is dificult for us to verify who you are and reset your password in case you forget it.{% endtrans %}

{% endcall %} {{ macros.form(form) }} {% endblock %}