{# One cron job's execution history, swapped in under its row. Each run is the journal's own record: when it started, the exit code systemd reported, and the job's own output verbatim in mono. Nothing is paraphrased - the end of a cron job's output is where it says what went wrong, and that text is what the operator will search for. #} {% import "_macros.html" as m %}
{{ run.output }}
{% else %}
{% endif %}
No recorded runs for {{ name }} yet. The history is read from the journal, so it fills in as the timer fires or after Run now.
{% endif %}