## -*- coding: utf-8 -*- <%inherit file="base.html"/> <%def name="page_head()"> <%def name="title()"> ${_("User registration")} <%def name="body()"> % if submit: % if user_already_exists:

Problem

That user already exists please use a different user.

% elif user_email_exists:

Problem

There is already an user registered with that email address, use the recover password page.

% else:

Thank You

Please check your mail for instructions on how to complete the registration.

% endif % else:

Looking to do more with GetDeb?


% endif ## Contact email settings <%def name="sender_email()"> ## mangle to avoid spambots ${"%s@%s" % ('noreply','getdeb.net')}