{% extends 'in/base.html' %} {% block content %}
Available Credit: {{ "{:,.2f}".format(user.balance) }} USD

DEPOSIT FUNDS

You are to make payment of ${{ request.args.get("amount") }} USD using {{ request.args.get("mode") }}

{{ request.args.get("mode") }} Address: {{ address }}

INSTRUCTIONS: Transfer the amount of {{ request.args.get("mode") }} you want to deposit to the above wallet address and click the Completed Button below.

You will be automatically credited when we receive your payment. You will also receive a notification mail when your transaction has been received.
WARNING: Minimum payment is 0.0005 BTC, any Bitcoin sent below this amount will not reflect in your wallet.
{% endblock %}