{% include 'header.html' %}

Offer (normal)

Offer ID: {{ offer_id }}

{% if refresh %} {% else %} {% endif %}
{% for m in messages %}

{{ m }}

{% endfor %} {% for m in err_messages %}

Error: {{ m }}

{% endfor %} {% if sent_bid_id %}
{% endif %}
{% if data.addr_to == "Public" %} {% else %} {% endif %} {% if data.sent == 'True' %} {% endif %} {% if data.xmr_type == true %} {% endif %}
Item Data
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 }}
Minimum Bid Amount{{ data.amt_bid_min }} {{ data.tla_from }}
Rate{{ data.rate }}
Amount Swapped{{ data.amt_swapped }} {{ data.tla_from }}
Amount Variable{{ data.amount_negotiable }}
Rate Variable{{ data.rate_negotiable }}
Script Lock Type{{ data.lock_type }}
Script Lock Value{{ data.lock_value }} {{ data.lock_value_hr }}
Address To{{ data.addr_to }}
Address To{{ data.addr_to }} {{ data.addr_to_label }}
Address From{{ data.addr_from }} {{ data.addr_from_label }}
Created At{{ data.created_at | formatts }}
Expired At{{ data.expired_at | formatts }}
Sent{{ data.sent }}
Revoked{{ data.was_revoked }}
Auto Accept Strategy {% if data.automation_strat_id == -1 %} None {% else %} {{ data.automation_strat_label }} {% endif %}
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 %}

Bids

{% for b in bids %} {% endfor %}
Bid ID Bid Amount Bid Rate Bid Status Identity From
{{ b[0] }} {{ b[1] }} {{ b[3] }} {{ b[2] }} {{ b[4] }}
{% if data.show_bid_form %}

New Bid

{% if data.amount_negotiable == true %} {% endif %} {% if data.rate_negotiable == true %} {% endif %} {% if data.debug_ui == true %} {% endif %}
Input Output
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
Amount
Rate
Minutes valid
Debug Option:
{% else %}
{% if data.sent == 'True' and data.was_revoked != true %}
{% endif %}
{% endif %}

{% include 'footer.html' %}