diff --git a/templates/exchange.html b/templates/exchange.html index 3a1b92d..2357eb5 100644 --- a/templates/exchange.html +++ b/templates/exchange.html @@ -145,10 +145,19 @@ {%endif%}
{% if exchange['kyc-check'] == True%} - This exchange passes the automated KYCNOT.ME check. The ToS of this exchange seem no-kyc friendly. +

This exchange passes the automated KYCNOT.ME check. The ToS of this exchange seem no-kyc friendly.

{%else%} - The automated KYCNOT.ME check has failed for this exchange. The exchange may require KYC for some cases or ToS may have changed since - the listing and may need review. +

The automated KYCNOT.ME check has failed for this exchange. The exchange may require KYC for some cases or ToS may have changed since + the listing and may need review.

+ +

EXTRACTED SUSPICIOUS TOS:

+
+
+ {% for part in exchange['suspicious-tos'] %} +

{{part | safe}}

+ {% endfor %} +
+
{%endif%}