{% macro embedded_scorecards(rows) %} {% if rows %}
Hosts in scope

Scorecard rollup

Per-host scoring detail lives in the scorecard brief. This rollup only cross-references which hosts the movement applies to.

{% for r in rows %} {% endfor %}
Host Score Band Verdict
{{ r.entity }} {{ r.score if r.score is not none else "—" }} {{ r.band | humanize_band }} {{ r.verdict_label }}
{% endif %} {% endmacro %}