{% extends "base.html" %} {% block title %}Payment Info{% endblock %} {% block header %}Payment Info{% endblock %} {% block head %} {% endblock %} {% block body %}
Please send {{total}} to {{bitcoinaddress}}. This is also your order ID.
{% endblock %}