#include "header.html"

$headline

#import web

#if $web.ctx.path.split('/')[1] == 'my' Name?*
#else if $web.ctx.path == '/user/register' What is your name? (name)*
Please use your realname, so that other users can identify you by your name.
#else What is the new user's name? (name)*
#end if

#if $web.ctx.path.split('/')[1] == 'my' Mailadress?*
#else if $web.ctx.path == '/user/register' What is your mailadress? (mail)*
#else What is the new user's mailadress? (mail)*
#end if

#if $web.ctx.path.split('/')[1] == 'my' Password? ***
#else if $web.ctx.path == '/user/register' What is your password? (password)
#else What is the new user's password? (password)
#end if
...and again.**

* Must be unique.
** Must be equal to the first password. #if $web.ctx.path.split('/')[1] == 'my'
*** Leave empty for not changing. #end if
#include "footer.html"