diff --git a/basicswap/templates/offers.html b/basicswap/templates/offers.html
index fc7076c..2fc90f1 100644
--- a/basicswap/templates/offers.html
+++ b/basicswap/templates/offers.html
@@ -810,7 +810,7 @@ const chart = new Chart(ctx, {
-
Posted: {{ o[0] }} ago
+
Posted: {{ o[0] }}
Expires in: {{ o[13] }}
@@ -839,18 +839,21 @@ const chart = new Chart(ctx, {
{% if o[9] == true %}
-
- ![{{ o[3] }}](/static/images/coins/{{ o[3]|replace()
-
-
- {{ o[5]|truncate(8, true, '', 0) }} {{ o[3] }}
-
-
-
- {{ o[3] }}/{{ o[2] }}
- {{ o[17] }}/{{ o[16] }}
+
+
+
+
+
+
+ {{ o[3] }}
+
+
+ {{ o[5]|truncate(8, true, '', 0) }} {{ o[17] }}/{{ o[16] }}
+
+
+
+
-
|
@@ -879,17 +882,21 @@ const chart = new Chart(ctx, {
{% if o[9] == true %}
-
- ![{{ o[2] }}](/static/images/coins/{{ o[2]|replace()
-
-
- {{ o[4]|truncate(8,true,'',0) }} {{ o[2] }}
-
-
-
- {{ o[2] }}/{{ o[3] }}
+
+
+
+
+
+
+ {{ o[2] }}
+
+
+ {{ o[4]|truncate(8, true, '', 0) }} {{ o[16] }}/{{ o[17] }}
+
+
+
+
-
|
@@ -917,7 +924,6 @@ const chart = new Chart(ctx, {
-
Rate: {{ o[6]|truncate(8,true,'',0) }}
Profit Value:
@@ -963,7 +969,7 @@ const chart = new Chart(ctx, {
Page: {{ filters.page_no }}
- {% if offers_count > 10 %}
+ {% if offers_count > 15 %}
|