{# GET /register — crate::pages::register::ui::RegisterPage #} {% extends "ui/base.html" %} {% block title %}{{ nav.tr("register-title") }}{% endblock %} {% block content %}

{{ nav.tr("register-title") }}

{# 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 %}