{% if results %}
| Repository | Branch | Status | Output |
|---|---|---|---|
| {% if r.repo_full_name == "(global)" %} None {% else %} {{ r.repo_full_name }} {% endif %} | {{ r.branch }} | {% if r.passed %} pass {% else %} fail {% endif %} | {% if r.output and r.output.strip() %} {% else %} — {% endif %} |