| Kind | URL/Project | Existing-only | Status |
|---|---|---|---|
| {{ s.kind }} | {{ s.url }} |
{{ '✓' if s.existing_only else '—' }} | {{ 'OK' if s.status == 'ok' else 'WARN' }} |
| Repo | Branch | Default | Protected |
|---|---|---|---|
{{ r.name }} |
{{ r.branch }} |
{{ '✓' if r.default else '—' }} | {{ r.protected_files|join(', ') }} |