{% extends "base.html" %} {% block title %}Refunds{% endblock %} {% block header %}Refunds{% endblock %} {% block body %} {% if thankyou %}
{{thankyou}}
{% else %} {% if error %}
{{error}}
{% endif %}
  • Order ID:
  • Refund Bitcoin Address:
  • Reason:
{% endif %} {% endblock %}