{% if error %}
Preflight could not run: {{ error }}
{% elif not ready %}
This machine is not ready to run a paper. {{ blockers | join(", ") }} failed — a run started now will fail several minutes in. See what is wrong.
{% else %}
Ready — {{ n_pass }} checks passed{% if n_skip %}, {{ n_skip }} optional skipped{% endif %}. Details
{% endif %}