diff --git a/basicswap/templates/bid.html b/basicswap/templates/bid.html index 8b5c2bb..190630f 100644 --- a/basicswap/templates/bid.html +++ b/basicswap/templates/bid.html @@ -78,28 +78,45 @@ {% if data.was_sent == 'True' %}
{{ page_type_available_description }} {{ page_type_received_description }} {{ page_type_sent_description }}
+Page Refresh: {{ refresh }} seconds
{% endif %} {% for m in messages %} -{{ m }}
{% endfor %} - + {% include 'inc_messages.html' %}GUI 0.1.2
Made with
by TV and CRZWallets locked
+
Wallets unlocked
+
Offer ID: {{ offer_id }}
Item | -Data | +Details | +||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ data.state }} | ||||||||||||
Coin From | -{{ data.coin_from }} | +Coin From (From) | ++ + {{ data.coin_from }} | |||||||||
Coin To | -{{ data.coin_to }} | +Coin To (To) | ++ + {{ data.coin_to }} | |||||||||
Amount From | -{{ data.amt_from }} {{ data.tla_from }} | +Amount (From) | +{{ data.amt_from }} {{ data.tla_from }} | |||||||||
Amount To | -{{ data.amt_to }} {{ data.tla_to }} | +Amount (To) | +{{ data.amt_to }} {{ data.tla_to }} | |||||||||
Minimum Bid Amount | @@ -143,11 +157,11 @@||||||||||||
Address To | -{{ data.addr_to }} {{ data.addr_to_label }} | +{{ data.addr_to }} {{ data.addr_to_label }} | ||||||||||
Address From | -{{ data.addr_from }} {{ data.addr_from_label }} | +{{ data.addr_from }} {{ data.addr_from_label }} | ||||||||||
Created At | @@ -190,7 +204,7 @@
You Get | +You Get (From) | - | You Send | +You Send (To) | Rate | @@ -363,7 +363,7 @@ -{{ o[7] }} {% if o[12]==2 %}Revoked{% elif o[11]==true %}Not Active{% else %}Active{% endif %} | +{{ o[7] }} {% if o[12]==2 %}(Revoked){% elif o[11]==true %}(Not Active){% else %}(Active){% endif %} | {{ o[8] }} | {{ o[2] }} | {{ o[4] }} |
---|