{% if signals.empty %}

No signals recorded for this row (hygiene exclusion or thin telemetry).

{% else %}
{% for line in signals.lines %}{% endfor %}
signalrawnormweightpresent
{{ line.name }}{{ line.raw }}{{ line.norm }}{{ line.weight }}{% if line.present %}yes{% else %}absent{% endif %}

Preliminary blend {{ signals.blend }}{% if let Some(cos) = signals.top1_cos %} · interest top-1 cosine {{ cos }}{% endif %}{% if signals.exploration %} · exploration{% endif %}{% if signals.auto_include %} · auto-include{% endif %}

{% if !signals.top_interests.is_empty() %}

Top interests

{% endif %} {% if !signals.neighbours.is_empty() %}

Nearest rated neighbours

{% endif %} {% if !signals.notes.is_empty() %}{% endif %}
{% endif %}