{%extends "layout.html"%} {%block content%}

{% for key, value in req_tab.items() %} {% endfor %}
{{ key }}{{ value }}

A requested feature is to have to allow users to have a unicode username since unicode allows for more interesting aesthics
If you enter a unicode display name, the system will try to display your unicode name when possbile. It will also be your default in terminal prompt, chat and your tilde path
the linux os only sees your true ascii username. so your ssh login, file permissions etc will user your true username
feedback on this feature welcome

{%endblock%}