{% extends "base.html" %} {% block content %}

Bank

Wallet money is exposed to mugging. Bank money is protected.

${{ current_user.wallet_money }}

Wallet

${{ current_user.bank_money }}

Bank

Transfer Cash

Bank Log

{% if bank_logs %} {% else %}

No bank activity yet.

{% endif %}
{% endblock %}