{% extends "base.html" %} {% import "macros.html" as m %} {% block title %}Sandbox - {{ pack.pack }}{% endblock %} {% block content %}
No release to call. Build one on the release screen.
{% else %}{{ concepts | join(', ') }}
| Field | Enum |
|---|---|
| {{ name }} | {{ (spec.enum or []) | join(', ') }} |
{{ cantons | join(', ') }}
checks.yaml does not validate: {{ checks_error }}
{% endif %} {% if not checks %}No checks.yaml for this pack yet.
{% if checks.last_run %}last run {{ checks.last_run.at }} against {{ checks.last_run.release_id }}:
{% for name, result in checks.last_run.results.items() %}
{{ name }} {{ result }}{% endfor %}
{% else %}never run{% endif %}
| Check | Tool | Request | Expect |
|---|---|---|---|
| {{ check.check_id }} {{ check.title }} |
{{ check.tool }} | {{ check.request | as_json | shorten(220) }} | {{ check.expect.model_dump() | as_json | shorten(220) }} |
| Document | Reviewer | On | Blocks | Verdict |
|---|---|---|---|---|
| {{ document_id }} | {{ sample.reviewed_by }} | {{ sample.on }} | {{ sample.blocks_checked }} | {{ sample.verdict }} |