{% 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
your current theme is: "{{true_theme.display_name()}}"
{% if true_theme.internal_name() != theme.internal_name() %}today's random theme is {{ theme.display_name() }}
{% endif %}