diff --git a/src/frontend/templates/service.html b/src/frontend/templates/service.html index 38d6e4d..a115dc6 100644 --- a/src/frontend/templates/service.html +++ b/src/frontend/templates/service.html @@ -3,11 +3,11 @@ - + {{if .Service.Pending}} - - + + @@ -21,9 +21,9 @@ {{if and (not .Service.Pending) (not .Service.Listed)}} - + + class="flex items-center justify-center px-2 py-1 m-1 space-x-2 text-center text-yellow-500 transition duration-300 border border-yellow-600 rounded bg-zinc-900 hover:border-yellow-600 hover:text-yellow-600"> @@ -41,7 +41,7 @@ {{if not (eq (len .Service.Notes) 0)}} {{range .Service.Notes}} {{if ne . ""}} - + {{.}} {{end}} @@ -50,9 +50,9 @@ - + - + {{.Service.Name}} {{if .Service.Verified}} @@ -70,7 +70,7 @@ - + {{if ne (len .Service.Urls) 0}} {{if ne .Service.Referral ""}} - + @@ -126,7 +126,7 @@ {{end}} {{if ne .Service.Referral ""}} - + @@ -141,7 +141,7 @@ {{end}} {{if ne (len .Service.TosUrls) 0}} - + @@ -156,7 +156,7 @@ {{end}} - + @@ -167,8 +167,8 @@ - - {{partial "partials/service_icons" .Service}} + {{partial "partials/service_icons" .Service}} - {{if ne .Service.Description ""}} {{.Service.Description | safe}} {{else}} This {{.Service.Type}} does not have a description. {{end}} + {{if ne .Service.Description ""}} {{.Service.Description | safe}} {{else}} This {{.Service.Type}} does not have a description. {{end}} -{{partial "partials/kyc_level" .Service.KycLevel}} +{{partial "partials/kyc_level" .Service.KycLevel}} - + {{if .Service.Comments}} @@ -206,15 +206,15 @@ {{if .Attributes}} - {{range .Attributes}} {{partial "partials/attribute_line" .}} {{end}} + {{range .Attributes}} {{partial "partials/attribute_line" .}} {{end}} {{end}} (updated {{humanizePbTimeString .Service.Updated}}) - + - + @@ -234,30 +234,30 @@ ? Automated, ai-driven monthly ToS reviews. - Last Check: {{ dateString .Service.LastTosReview }} + Last Check: {{ dateString .Service.LastTosReview }} {{if .Service.TosReviews}} {{if eq 0 (len .Service.TosReviews)}} - Not ToS reviews for this service (yet). + Not ToS reviews for this service (yet). {{else if eq (len .Service.TosUrls) 0}} - This service has no ToS. + This service has no ToS. {{else}} {{range .Service.TosReviews}} {{if .Warning}} {{partial "partials/tos_check" .}} {{end}} {{end}} - Show non-conflictive ToS reviews + Show non-conflictive ToS reviews {{range .Service.TosReviews}} {{if ne .Warning true}} {{partial "partials/tos_check" .}} {{end}} {{end}} {{end}} {{else}} - Not ToS reviews for this service (yet). + Not ToS reviews for this service (yet). {{end}} - + - + @@ -268,9 +268,9 @@ ? - Beware of fake reviews and accounts. Verify user profiles and conduct your own research. + Beware of fake reviews and accounts. Verify user profiles and conduct your own research. - + You can enable JavaScript to see and use comments here. It just will load a 150kb open-source script to interact with Matrix.
+
{{.}}
{{if ne .Service.Description ""}} {{.Service.Description | safe}} {{else}} This {{.Service.Type}} does not have a description. {{end}}
Automated, ai-driven monthly ToS reviews.
Last Check: {{ dateString .Service.LastTosReview }}
Not ToS reviews for this service (yet).
This service has no ToS.
Beware of fake reviews and accounts. Verify user profiles and conduct your own research.
You can enable JavaScript to see and use comments here. It just will load a 150kb open-source script to interact with Matrix.