{% set page_title = 'History' %} {% include '_header.html' %}
status
/ {{ branch }}
— history
← back to check
Status
Since
Until
Reason
{% for p in periods %}
{{ p.code.name.lower() }}
{{ p.since | localtime }}
{{ p.until | localtime }}
{{ p.reason | join('; ') | markdown_inline }}
{% else %}
No status changes recorded.
{% endfor %}
{% include '_page_end.html' %}