{% extends 'app/base.html' %} {% block content %} Paying 1 BTC to address: {{ address }}
Result: {{ result.status }}
    {% for txn in result.response %}
  1. Received: {{ txn.amount }} BTC - transaction id: {{ txn.txid }}
  2. {% empty %}
  3. No transactions to this address so far.
  4. {% csrf_token %}
    {% endfor %}
{% endblock %}