{% if invoice.oracle_quote and invoice.oracle_quote.quotes and crypto_options %}
Crypto Quote Snapshot
Quoted At: {{ invoice.oracle_quote.quoted_at or "—" }}
Source Status: {{ invoice.oracle_quote.source_status or "—" }}
Frozen Amount: {{ invoice.oracle_quote.amount or invoice.quote_fiat_amount or invoice.total_amount }} {{ invoice.oracle_quote.fiat or invoice.quote_fiat_currency or "CAD" }}
{% if pending_crypto_payment %}
Price locked for 2 minutes after acceptance.
{% else %}
Select a crypto asset to accept the quote.
{% endif %}
{% if pending_crypto_payment %}
--:--
This price is locked for 2 minutes
{% else %}
--:--
This price times out:
{% endif %}
{% if pending_crypto_payment and selected_crypto_option %}
{% if pending_crypto_payment.lock_expired %}
price has expired - please refresh your quote to update
{% else %}
Your selected crypto quote has been accepted and placed into processing.
{% endif %}
--:--
This price is locked for 2 minutes
{% else %}
{% endif %}
{% else %}
No crypto quote snapshot is available for this invoice yet.