diff --git a/network-api/networkapi/wagtailpages/templates/buyersguide/product_page.html b/network-api/networkapi/wagtailpages/templates/buyersguide/product_page.html index ac7baafc974..57bbae0a050 100644 --- a/network-api/networkapi/wagtailpages/templates/buyersguide/product_page.html +++ b/network-api/networkapi/wagtailpages/templates/buyersguide/product_page.html @@ -133,6 +133,9 @@

{% trans "Tips to protect yourself" %}

data-product-label="2" class="{{tab_class}}" > + {% if product.ai_is_untrustworthy_ding %} + {% trans + {% endif %} {% trans "A.I." %} @@ -150,7 +153,7 @@

{% trans "Camera" as camera %} {% trans "Microphone" as microphone %} - {% trans "Tracks Location" as tracks_location %} + {% trans "Tracks location" as tracks_location %}
{% include "fragments/it_uses.html" with title=camera device=product.camera_device app=product.camera_app %} @@ -171,7 +174,7 @@

{% trans "What can be
{% trans "Email" as email %} {% trans "Phone" as phone %} - {% trans "Third party account" as third_party_account %} + {% trans "Third-party account" as third_party_account %}
{% include "fragments/signup_requirement.html" with title=email value=product.signup_requires_email %} @@ -194,7 +197,7 @@

{% trans "What data d
{% trans "Personal" as personal_data_collected %} - {% trans "Biometric" as biometric_data_collected %} + {% trans "Body related" as biometric_data_collected %} {% trans "Social" as social_data_collected %}
@@ -226,7 +229,7 @@

{% trans "What data d {% endif %} {% if product.product_type == 'general' %} - {% trans "User friendly privacy information?" as user_friendly_privacy_policy %} + {% trans "User-friendly privacy information?" as user_friendly_privacy_policy %} {% include "fragments/product_criterion.html" with label=user_friendly_privacy_policy value=product.user_friendly_privacy_policy|extended_yes_no help=product.user_friendly_privacy_policy_helptext %} {% endif %}

@@ -259,10 +262,22 @@

{% trans "What data d {% include "fragments/product_criterion.html" with label=uses_ai_label value=uses_ai info="/privacynotincluded/about/methodology" %} {% if uses_ai != "No" %} - {% trans "Does the AI use your personal data to make decisions about you?" as ai_uses_personal_data %} + {% trans "Is this AI untrustworthy?" as ai_is_untrustworthy_label %} + {% include "fragments/product_criterion.html" with label=ai_is_untrustworthy_label value=product.ai_is_untrustworthy|extended_yes_no ding=product.ai_is_untrustworthy_ding %} + +
+
+

{% trans "What kind of decisions does the AI make about you or for you?" %}

+

+ {{product.ai_what_can_it_do|richtext}} +

+
+
+ + {% trans "Is the company transparent about how the AI works?" as ai_uses_personal_data %} {% include "fragments/product_criterion.html" with label=ai_uses_personal_data value=product.ai_uses_personal_data|extended_yes_no %} - {% trans "Does the company allow users to see how the AI works?" as ai_is_transparent %} + {% trans "Does the user have control over the AI features?" as ai_is_transparent %} {% include "fragments/product_criterion.html" with label=ai_is_transparent value=product.ai_is_transparent|extended_yes_no %}

{{product.ai_helptext}}