{% include 'header.html' %}

Offer {{ offer_id }}

{% if refresh %}

Page Refresh: {{ refresh }} seconds

{% endif %} {% for m in messages %}

{{ m }}

{% endfor %} {% if sent_bid_id %}

Sent Bid {{ sent_bid_id }}

{% endif %} {% if data.sent == 'True' %} {% endif %} {% if data.xmr_type == true %} {% endif %}
Offer State{{ data.state }}
Coin From{{ data.coin_from }}
Coin To{{ data.coin_to }}
Amount From{{ data.amt_from }} {{ data.tla_from }}
Amount To{{ data.amt_to }} {{ data.tla_to }}
Rate{{ data.rate }} {{ data.amt_from }}/{{ data.tla_from }}
Script Lock Type{{ data.lock_type }}
Script Lock Value{{ data.lock_value }}
Address From{{ data.addr_from }}
Created At{{ data.created_at | formatts }}
Expired At{{ data.expired_at | formatts }}
Sent{{ data.sent }}
Revoked{{ data.was_revoked }}
Auto Accept Bids{{ data.auto_accept }}
Chain A offer fee rate{{ data.a_fee_rate }}
Chain A local fee rate{{ data.a_fee_rate_verify }}, fee source: {{ data.a_fee_rate_verify_src }} {% if data.a_fee_warn == true %} WARNING {% endif %}
{% if data.show_bid_form %}

New Bid

You will send {{ data.amt_to }} {{ data.tla_to }} and receive {{ data.amt_from }} {{ data.tla_from }} {% if data.xmr_type == true %} (excluding {{ data.amt_from_lock_spend_tx_fee }} {{ data.tla_from }} in tx fees). {% else %} (excluding a tx fee). {% endif %}

Send From Address
{% else %} {% if data.sent == 'True' and data.was_revoked != true %} {% endif %} {% endif %}

Bids

{% for b in bids %} {% endfor %}
Bid IDBid AmountBid StatusITX StatusPTX Status
{{ b[0] }}{{ b[1] }}{{ b[2] }}{{ b[3] }}{{ b[4] }}

home