|
|
|
@ -107,13 +107,13 @@ |
|
|
|
|
<td>{{ data.state }}</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr class="bg-white border-t hover:bg-gray-50"> |
|
|
|
|
<td class="py-4 px-6 bold">You Get</td> |
|
|
|
|
<td class="py-4 px-6 bold">{% if data.sent %}You Send{% else %}You Send{% endif %}</td> |
|
|
|
|
<td><span class="inline-flex align-middle items-center justify-center w-9 h-10 bg-white-50 rounded"> |
|
|
|
|
<img class="h-7" src="/static/images/coins/{{ data.coin_from }}.png" alt="{{ data.coin_from }}"> |
|
|
|
|
</span> {{ data.coin_from }} </td> |
|
|
|
|
</tr> |
|
|
|
|
<tr class="bg-white border-t hover:bg-gray-50"> |
|
|
|
|
<td class="py-4 px-6 bold">You Send</td> |
|
|
|
|
<td class="py-4 px-6 bold">{% if data.sent %}You Get{% else %}You Get{% endif %}</td> |
|
|
|
|
<td><span class="inline-flex align-middle items-center justify-center w-9 h-10 bg-white-50 rounded"> |
|
|
|
|
<img class="h-7" src="/static/images/coins/{{ data.coin_to }}.png" alt="{{ data.coin_to }}"> |
|
|
|
|
</span> {{ data.coin_to }} </td> |
|
|
|
@ -270,7 +270,7 @@ |
|
|
|
|
</thead> |
|
|
|
|
<tr class="bg-white border-t hover:bg-gray-50"> |
|
|
|
|
<td class="py-4 px-6 ">Amount you will get <span class="bold" id="bid_amt_from">{{ data.amt_from }}</span> {{ 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 %}</td> |
|
|
|
|
<td class="">Anount you will send <span class="bold" id="bid_amt_to">{{ data.amt_to }}</span> {{ data.tla_to }}</td> |
|
|
|
|
<td class="">Amount you will send <span class="bold" id="bid_amt_to">{{ data.amt_to }}</span> {{ data.tla_to }}</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr class="bg-white border-t hover:bg-gray-50"> |
|
|
|
|
<td class="py-4 px-6 bold bold">Send From Address</td> |
|
|
|
|