{% import "macros" as macros %}
{% if status.branch.head.branch is defined -%}
{{ status.branch.head.branch }}|
{%- endif -%}
{%- 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 -%}
