-
-
+
+
-
+
-
+
{% if o[9] == true %}
-
+ |
@@ -847,62 +855,20 @@ const chart = new Chart(ctx, {
{{ o[3] }}
-
- {{ o[5]|truncate(8, true, '', 0) }} {{ o[17] }}/{{ o[16] }}
-
-
-
-
-
- |
-
-
-
- {% else %}
-
-
-
-
-
-
-
- {{ o[2] }}
+ {{ o[6]|truncate(6,true,'',0) }} {{ o[16] }}/{{ o[17] }}
+
+ {{ o[5]|truncate(6, true, '', 0) }}
-
- {{ o[4]|truncate(8, true, '', 0) }} {{ o[16] }}/{{ o[17] }}
-
-
-
+
+
|
- {% endif %}
-
+
-
- {% if o[9] == true %}
-
-
-
-
-
-
-
- {{ o[2] }}
-
-
- {{ o[4]|truncate(8, true, '', 0) }} {{ o[16] }}/{{ o[17] }}
-
-
-
-
-
- |
-
-
-
+
{% else %}
-
+ |
@@ -911,33 +877,146 @@ const chart = new Chart(ctx, {
{{ o[3] }}
-
- {{ o[5]|truncate(8, true, '', 0) }} {{ o[17] }}/{{ o[16] }}
-
-
-
+ {{ o[6]|truncate(6,true,'',0) }} {{ o[16] }}/{{ o[17] }}
+
+ {{ o[5]|truncate(6, true, '', 0) }}
+
+
+
|
{% endif %}
-
+
+
+
+ {% if o[9] == true %}
+
+ |
+
+
+
+ {% else %}
+
+ |
+ {% endif %}
+
-
- Rate: {{ o[6]|truncate(8,true,'',0) }}
- Profit Value:
+
- Profit/Loss:
- Swap Type: {{ o[14] }}
- Amount Variable: {{ o[15] }}
- Network: {{ o[7] }}
+
+ {{ o[6]|truncate(6, true, '', 0) }}
+
+ /{{ o[16] }}
+ {{ o[6]|truncate(6,true,'',0) }} {{ o[17] }}/{{ o[16] }}
+
|
+
+
+
+
+
+ {{ o[6]|truncate(6, true, '', 0) }}
+
+
+
+ {{ o[6]|truncate(6, true, '', 0) }}
+
+ |
+
+
-
+ |
@@ -958,7 +1037,7 @@ const chart = new Chart(ctx, {
{% if filters.page_no > 1 %}
-
{% if offers_count > 15 %}
-
+
Next
{{ page_forwards_svg | safe }}
@@ -1068,8 +1147,8 @@ const chart = new Chart(ctx, {
}
function updateProfitLoss(row) {
- const sellingUSD = parseFloat(row.querySelector('.usd-value').textContent);
- const buyingUSD = parseFloat(row.querySelectorAll('.usd-value')[1].textContent);
+ const buyingUSD = parseFloat(row.querySelector('.usd-value').textContent);
+ const sellingUSD = parseFloat(row.querySelectorAll('.usd-value')[1].textContent);
const profitLossCell = row.querySelector('.profit-loss');
if (!isNaN(sellingUSD) && !isNaN(buyingUSD)) {
| |