{% include 'header.html' %} {% from 'style.html' import breadcrumb_line_svg, place_new_offer_svg, page_back_svg, page_forwards_svg, filter_clear_svg, filter_apply_svg, input_arrow_down_svg, arrow_right_svg %}
dots-red wave

{{ page_type }}

{{ page_type_description }}

{% include 'inc_messages.html' %} {% if show_chart %}
{% if 'BTC' in enabled_chart_coins %}
Bitcoin

Bitcoin (BTC)

VOL:
{% endif %} {% if 'XMR' in enabled_chart_coins %}
Monero

Monero (XMR)

VOL:
BTC:
{% endif %} {% if 'PART' in enabled_chart_coins %}
Particl

Particl (PART)

$

VOL:
BTC:
{% endif %} {% if 'LTC' in enabled_chart_coins %}
Litecoin

Litecoin (LTC)

VOL:
BTC:
{% endif %} {% if 'FIRO' in enabled_chart_coins %}
Firo

Firo (FIRO)

VOL:
BTC:
{% endif %} {% if 'PIVX' in enabled_chart_coins %}
PIVX

PIVX (PIVX)

VOL:
BTC:
{% endif %} {% if 'DASH' in enabled_chart_coins %}
Dash

Dash (DASH)

VOL:
BTC:
{% endif %} {% if 'ETH' in enabled_chart_coins %}
Ethereum

Ethereum (ETH)

VOL:
BTC:
{% endif %} {% if 'DOGE' in enabled_chart_coins %}
Dogecoin

Dogecoin (DOGE)

VOL:
BTC:
{% endif %} {% if 'DCR' in enabled_chart_coins %}
Decred

Decred (DCR)

VOL:
BTC:
{% endif %} {% if 'ZANO' in enabled_chart_coins %}
Zano

Zano (ZANO)

VOL:
{% endif %} {% if 'WOW' in enabled_chart_coins %}
WOWNERO

Wownero (WOW)

VOL:
{% endif %}
{% endif %}
{{ input_arrow_down_svg | safe }}

{{ arrow_right_svg | safe }}

{{ input_arrow_down_svg | safe }}

Sort By:

{{ input_arrow_down_svg | safe }}
{{ input_arrow_down_svg | safe }}
{% if sent_offers %}

State:

{{ input_arrow_down_svg | safe }}
{% endif %}
{% for o in offers %} {% if o[9] == true %} {% else %} {% endif %} {% if sent_offers %} {% else %} {% endif %} {% endfor %}
Time
Max send
Swap
Max Recv
Rate
Market +/-
Trade
{{ o[5]|truncate(7, true, '', 0) }}
{{ o[3] }}
{{ o[3] }} {{ arrow_right_svg | safe }} {{ o[2] }}
{{ o[4]|truncate(7, true, '', 0) }}
{{ o[2] }}
{{ o[5]|truncate(7, true, '', 0) }}
{{ o[3] }}
{{ o[3] }} {{ arrow_right_svg | safe }} {{ o[2] }}
{{ o[4]|truncate(7, true, '', 0) }}
{{ o[2] }}
/{{ o[16] }}
{{ o[6]|truncate(10,true,'',0) }} {{ o[17] }}/{{ o[16] }}
{% if filters.page_no > 1 %}
{% endif %}

Page: {{ filters.page_no }}

{% if offers_count > 20 %}
{% endif %}
{% include 'footer.html' %}