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

Register

{# The three 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. #} {% for role in roles %}{% endfor %} {% for timezone in timezones %}{% endfor %} {% for country in phone_countries %}{% endfor %}
{% endblock %}