{% extends "templates/web.html" %} {% block page_content %}
{% if error %}

Payment Error

{{ error_message }}

Return Home
{% else %}

Pay with {{ crypto_name }}

Invoice for ${{ amount_usd }} USD

Send exactly
{{ amount_crypto }} {{ crypto_symbol }}
1 {{ crypto_symbol }} = ${{ exchange_rate }} USD
Waiting for payment confirmation...

Send the exact amount shown above to the address provided.

This page will automatically update when your payment is confirmed.

Payment Request: {{ payment_request_name }}

{% endif %}
{% if not error %} {% endif %} {% endblock %}