# HG changeset patch # User Goffi # Date 1750950311 -7200 # Node ID c2ac3dae10849f562e93a44dafa5251fbe0288b3 # Parent 44439110247fba8364ff59cadcead8f406aec0f7 components: Data Policy panel: This panel shows score and details on data policy. In chat it's displayed when data policy badge is hovered/touched, in should be used in other locations in the future. rel 460 diff -r 44439110247f -r c2ac3dae1084 sat_templates/templates/bulma/components/data_policy_panel.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sat_templates/templates/bulma/components/data_policy_panel.html Thu Jun 26 17:05:11 2025 +0200 @@ -0,0 +1,30 @@ +
+
+
+ + {% trans %}Data Policy Report{% endtrans %} +
+ +
+

Score: {{ score }}/10

+
+ +
+ {% trans %}Details{% endtrans %}: +
+ + {% for item in detail %} +
+ + {{ item.score }} + +

{{ item.description }}

+
+ {% endfor %} +
+