{% extends 'base.html' %} {% block body %}
branding logo

{{_('Account Registration')}}

{% if error %}
{% endif %}
{{_('At least one and at most 32 lower-case characters, digits, dashes ("-") or underscores ("_"). Cannot be changed later!')|safe}}
{{_('At least one and at most 128 characters, no other special requirements.')}}
{{_('We will send a confirmation mail to this address that you need to complete the registration.')}}
{{_("At least 8 and at most 256 characters, no other special requirements. But please don't be stupid, do use a password manager.")}}
{% endblock %}