{% extends "app_base.html" %} {% block content %} {% load trustme %}

Deposit Funds

You have {{request.user.get_profile.balance}} dollars in your account.

How much do you want to deposit? Max $9



{% if error %}
{{error}} {% endif %}

Gosh!
{% endblock %}