-
{{ prediction.player_name }}
+
+ {{ prediction.player_name }}
+
+
+
+ lookup
+
+
+
+
+
Result snapshot • {{ prediction.created if prediction.created is defined else '' }}
{# confidence pill uses the same hue but softer #}
-
{{ (prediction.prediction_confidence * 100)|round(1) }}%
@@ -88,25 +232,6 @@
Account Search
{# badges: hue derived per-score (220->140), softer saturation/lightness for subtle look #}
- {% for bot_type, score in prediction.predictions_breakdown|dictsort(false, 'value', true) %}
- {% if score != 0 %}
- {% set hue = (220 - (score * 80))|int %}
-
-
-
-
- {{ bot_type.replace('_', ' ') }}
- {{ (score * 100)|round(2) }}%
-
-
- {% endif %}
- {% endfor %}
{# Optional: breakdown as small progress bars for more visual weight #}
@@ -114,17 +239,15 @@
Account Search
{% for bot_type, score in prediction.predictions_breakdown|dictsort(false, 'value', true) %}
{% if score != 0 %}
{% set hue = (220 - (score * 80))|int %}
-
-
{{ bot_type.replace('_', ' ') }}
-
-
-
+
+
{{ bot_type.replace('_', ' ') }}
+
-
+
{{ (score * 100)|round(2) }}%