{% include 'header.html' %}

Bid {% if debug_mode == true %} (Debug: bid template) {% endif %}

Bid ID: {{ bid_id }}

{% include 'inc_messages.html' %}
{% if data.was_sent == 'True' %} {% else %} {% endif %} {% if data.was_sent == 'True' %} {% else %} {% endif %} {% if data.show_txns %} {% endif %}
Options
Details
Swap
{{ data.amt_to }} {{ data.ticker_to }} {{ data.amt_from }} {{ data.ticker_from }}
Swap
{{ data.amt_from }} {{ data.ticker_from }} {{ data.amt_to }} {{ data.ticker_to }}
Bid Rate {{ data.bid_rate }}
You Send {{ data.coin_to }} {{ data.coin_to }}
You Get {{ data.coin_from }} {{ data.coin_from }}
You Send {{ data.coin_from }} {{ data.coin_from }}
You Get {{ data.coin_to }} {{ data.coin_to }}
Bid State {{ data.bid_state }}
State Description {{ data.state_description }}
Offer {{ data.offer_id }}
Address From {{ data.addr_from }} {{ data.addr_from_label }}
Created At
{{ data.created_at }}
Expired At
{{ data.expired_at }}
Sent {{ data.was_sent }}
Received {{ data.was_received }}
Initiate Tx {{ data.initiate_tx }}
Initiate Conf {{ data.initiate_conf }}
Participate Tx {{ data.participate_tx }}
Participate Conf {{ data.participate_conf }}
Initiate Tx Refund {{ data.initiate_tx_refund }}
Participate Tx Refund {{ data.participate_tx_refund }}
Initiate Tx Spend Tx {{ data.initiate_tx_spend }}
Participate Tx Spend Tx {{ data.participate_tx_spend }}

Old states

{% for s in old_states %} {% endfor %}
Set at time
Old states
{{ s[0] | formatts }}
{{ s[1] }}
{% if data.events %}

Events

{% for e in data.events %} {% endfor %}
Time
Events
{{ e.at | formatts }}
{{ e.desc }}
{% else %} {% endif %}
{% if data.show_bidder_seq_diagram %}

Bidder Sequence Diagram

{% endif %} {% if data.show_offerer_seq_diagram %}

Offerer Sequence Diagram

{% endif %} {% if edit_bid %}
{% if data.debug_ui == true %} {% endif %}
Option
Settings
Change Bid State:
Debug Option
{% else %}
{% if data.show_bidder_seq_diagram %}
{% else %}
{% endif %} {% if data.show_offerer_seq_diagram %}
{% else %}
{% endif %} {% if data.show_txns %}
{% else %}
{% endif %}
{% endif %} {% if data.can_abandon == true and not edit_bid %}
{% endif %} {% if data.was_received == 'True' and not edit_bid and data.can_accept_bid %}
{% endif %}
{% include 'footer.html' %}