{% import "macros" as macros %}
{{ status.branch.head.Branch }}|
{%- set good = true -%}
{%- for item in items -%}
{%-   if item.passed != true -%}
{%-     set_global good = false -%}
{{ item.check.glyph }}{{ macros::onechar_badness(item=item) }}
{%-   endif -%}
{%- endfor -%}
{%- if good -%}✔
{%- endif -%}
