{# GET /register — crate::pages::register::ui::RegisterPage #} {% extends "ui/base.html" %} {% block title %}Register{% endblock %} {% block content %}

Register

{# The two fields the client offers suggestions for. A datalist keeps the lists open — the backend, not this form, decides what is accepted — while still showing the same choices the client's suggestion popup does. There is no role field: everyone registers as `guest` and an admin assigns a real role afterwards. #} {% for timezone in timezones %}{% endfor %} {% for country in phone_countries %}{% endfor %}
{% endblock %}