{% extends "base.html" %} {% from "macros/title.html" import title_tag with context %} {% from "macros/icon.html" import icon, callout with context %} {% block title %}{{ title_tag('Register', False) }}{% endblock %} {% block heading %}

Join {{ app_name }}

{% endblock %} {% block content %}


Please choose a strong password containing letters, numbers and special characters.

A valid email address is required to recover your account.

Your birthday is not shown to anyone. Some age information may be made available for transparency.
{% if not current_user.is_anonymous %}
{% call callout() %}You are currently logged in. Are you sure you want to create another account?{% endcall %}
{% endif %}

Already have an account? Log in

{% endblock %}