{% extends 'app/base.html' %} {% block content %}
{% csrf_token %}
Using Payment Backend: {{ title }}

Please pay {{ amount }} BTC to the following address from your bitcoin wallet:
{{ address }}
Click continue when done.
Psst Use a testnet faucet for testing.

{% endblock %}