Toggle navigation
${{ "{:,.2f}".format(user.balance) }} USD
You have {{ user.total_messages }} message(s)
See All Messages
{{ user.username }}
{{ user.email }}
View Profile
Deposit Money
Account Settings
Logout
{% block content %}{% endblock %}
Make New Deposit
×
Payment method
{% for i in session['coins'] %}
{{ i }}
{% endfor %}