This question no longer exists.
{% else %}
{{ qkey }}
{{ LABELS[q.state] }}
{% if q.asked_at %}asked {{ q.asked_at[:16]|replace('T', ' ') }}{% endif %}
{% if done %}{{ done }} — saved. The change is measured on the next run.
{% endif %}
{% if error %}{{ error }}
{% endif %}
{% if conflict %}Changed by {{ conflict.who }} {{ (conflict.at or '')[:16]|replace('T', ' ') }} while you were looking. The panel was reloaded — decide again.
{% endif %}
{% if events %}
History
{% for e in events %}- {{ e.at[:16]|replace('T', ' ') }} {{ e.who }} · {{ e.action }}{% if e.from_state %} {{ LABELS.get(e.from_state, e.from_state) }} →{% endif %} {{ LABELS.get(e.to_state, e.to_state) }}{% if e.note %} — {{ e.note }}{% endif %}
{% endfor %}
{% endif %}
{% endif %}