{% extends "base.html" %} {% import "macros.html" as m %} {% block title %}Checks - {{ pack.pack }}{% endblock %} {% block content %}
The result and the time are written into checks.yaml and shown on the pack card.
{{ row.title }}
| Expectation | Result | Detail |
|---|---|---|
| {{ item.description }} | {{ m.verdict(item.passed) }} | {{ item.detail }} |
{{ row.answer | as_json }}