{% from 'common/macros.html' import infobox with context %} {% from 'common/macros.html' import subheader %} {%- extends 'base.html' -%} {%- block title -%}sign up{%- endblock -%} {%- block content -%} {%- set welcome -%}

Please read the rules etc. stub

{%- if not inviter -%}

After you sign up, a moderator will need to confirm your account before you will be allowed to post. {%- else -%} You have been invited by {{inviter.get_readable_name()}} to join {{config.SITE_NAME}}. Create an identity below. {%- endif -%}

{%- endset -%} {{ subheader('Sign up', welcome)}} {%- if request.args.get('error') -%} {{infobox(request.args.error, InfoboxKind.ERROR)}} {%- endif -%}
{%- if invite -%} {%- endif -%}
{%- endblock -%}