{% extends "base.html" %} {% block content %}

{{service['name']}}

{{service['short-description']}}
{%if tpinfo['score'] != False %}

Trustpilot Stats

{{tpinfo['score']}} {{tpinfo['count']}} Reviews
{%endif%}

Quick Info

{% if service['btc'] %} BTC available {% else %}

BTC not available

{%endif%}
{% if service['xmr'] %} XMR available {% else %}

XMR not available

{%endif%}
{% if service['lnn'] %} Lightning network is available {% else %}

Lightning network is not available

{%endif%}
{% if not service['registration'] %} No account needed {% else %}

Registration needed

{%endif%}
{% if service['tor'] %} Tor available {%endif%}

Description

{{service['long-description']}}
{% if service['verified'] == True %}

Verified

{%else%}

Not verified

{%endif%}
{% if service['verified'] %} This is a trusted service. It has been tested by KYCNOT.ME or it has a long-time good reputation. {%else%} This service has not been tested by KYCNOT.ME or does not have it doesn't have a long or old enough good-review history. {%endif%}
{% if service['may-kyc'] %}

May KYC

{%else%}

No KYC

{%endif%}
{% if service['may-kyc'] %} This service may request a KYC verification if it finds your movements suspicious. {%else%} The service ToS do not mention requiring KYC verifications at all. {%endif%}
{% if service['open-source'] %}

Open Source

{%else%}

Not Open Source

{%endif%}
{% if service['open-source'] %} This service code is available for study. {%else%} This service's code is not available. {%endif%}
{% if service['refunds'] %}
{% if service['refunds'] %}

Refunds without KYC

{%else%}

No Refunds

{%endif%}
{% if service['refunds'] %} You can get a refund without KYC. {%else%} You can't get refunds or refunds need KYC. {%endif%}
{%endif%}
{% if service['tor-url'] %}
TOR ONION AVAILABLE
{% endif %} {% if service['tos-url'] %}

Read service Terms and Conditions

{% endif %} {% endblock %}