{% match error %}
{% when Some with (val) %}
email
{{ info.email }}
to change your email, you must email an administrator at devnull@voremicrocomputers.com
(this will be changed in the future)
{{ val }}
{% when None %}
{% endmatch %}
username
{{ info.username }} (cannot currently be changed)to change your email, you must email an administrator at devnull@voremicrocomputers.com
(this will be changed in the future)
change password
this cannot currently be performed (which we are also working on fixing)theme
{% for t in themes %} {%if theme==t.value%}your current theme is: "{{t.name}}"
{%endif%} {% endfor %}