{% 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 %}

{{ page_type }}

{{ page_type_description }}

{% include 'inc_messages.html' %} {% if show_chart %}
{% set coin_data = { 'BTC': {'name': 'Bitcoin', 'symbol': 'BTC', 'image': 'Bitcoin.png', 'show': true}, 'XMR': {'name': 'Monero', 'symbol': 'XMR', 'image': 'Monero.png', 'show': true}, 'PART': {'name': 'Particl', 'symbol': 'PART', 'image': 'Particl.png', 'show': true}, 'LTC': {'name': 'Litecoin', 'symbol': 'LTC', 'image': 'Litecoin.png', 'show': true}, 'BCH': {'name': 'Bitcoin Cash', 'symbol': 'BCH', 'image': 'Bitcoin-Cash.png', 'show': true}, 'FIRO': {'name': 'Firo', 'symbol': 'FIRO', 'image': 'Firo.png', 'show': true}, 'PIVX': {'name': 'PIVX', 'symbol': 'PIVX', 'image': 'PIVX.png', 'show': true}, 'DASH': {'name': 'Dash', 'symbol': 'DASH', 'image': 'Dash.png', 'show': true}, 'ETH': {'name': 'Ethereum', 'symbol': 'ETH', 'image': 'Ethereum.png', 'show': false}, 'DOGE': {'name': 'Dogecoin', 'symbol': 'DOGE', 'image': 'Dogecoin.png', 'show': true}, 'DCR': {'name': 'Decred', 'symbol': 'DCR', 'image': 'Decred.png', 'show': true}, 'ZANO': {'name': 'Zano', 'symbol': 'ZANO', 'image': 'Zano.png', 'show': false}, 'WOW': {'name': 'Wownero', 'symbol': 'WOW', 'image': 'Wownero.png', 'show': true} } %} {% set custom_order = ['BTC', 'ETH', 'XMR', 'PART', 'LTC', 'BCH', 'FIRO', 'PIVX', 'DASH', 'DOGE', 'DCR', 'ZANO', 'WOW'] %} {% if enabled_chart_coins is string %} {% if enabled_chart_coins == "" %} {% set display_coins = coin_data.keys()|list %} {% elif enabled_chart_coins == "all" %} {% set display_coins = custom_order %} {% else %} {% set display_coins = enabled_chart_coins.split(',') %} {% endif %} {% else %} {% set display_coins = enabled_chart_coins %} {% endif %} {% for coin_symbol in custom_order %} {% if coin_symbol in display_coins and coin_data[coin_symbol]['show'] %}
{{ coin_data[coin_symbol]['name'] }}

{{ coin_data[coin_symbol]['name'] }} {% if coin_data[coin_symbol]['symbol'] != coin_data[coin_symbol]['name'] %}({{ coin_data[coin_symbol]['symbol'] }}){% endif %}

{% if coin_symbol != 'BTC' %}
BTC:
{% endif %}
VOL:
{% endif %} {% endfor %}
{% endif %}
{{ input_arrow_down_svg | safe }}

{{ arrow_right_svg | safe }}

{{ input_arrow_down_svg | safe }}
{% if sent_offers %}
{{ input_arrow_down_svg | safe }}
{% endif %}
{{ input_arrow_down_svg | safe }}
Time
{% if sent_offers %} Max Recv {% else %} Max Send {% endif %}
Swap
{% if sent_offers %} Your Liq. {% else %} Max Recv {% endif %}
Rate
Market +/-
Trade
Connecting...

Last refreshed: Never

Network Listings:

Page:1 of 1

{% include 'footer.html' %}