## -*- coding: utf-8 -*- <%inherit file="base.html"/> <%def name="page_head()"> %def> <%def name="title()"> ${_("User registration")} %def> <%def name="body()"> % if submit: % if user_already_exists:
That user already exists please use a different user.
% elif user_email_exists:There is already an user registered with that email address, use the recover password page.
% else:Please check your mail for instructions on how to complete the registration.
% endif % else:Privacy Policy and TOS
Users can interact with the website, such as comment and rate submissions.