| date | cycle | fxx | status | path / error |
|---|---|---|---|---|
| {{ s.date }} | {{ s.cycle }}z | f{{ '%03d' | format(s.fxx) }} | {{ s.status }} | {% if s.status == 'ok' %}{{ s.path }}{% else %}{{ s.error }}{% endif %} |
No steps yet.
{% endif %}{{ l.message }}
{% else %}No log lines yet.
{% endfor %}