{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block body_class %}user-page{% endblock %} {% block content %}

{{ user.username }}

Loading…

Z Coin Balance

Loading…

Vanity

Greeting
Chat color

Queue History

Loading…

Recent Transactions

Loading…

{% endblock %} {% block scripts %} {% endblock %}