{% extends "base.html" %} {% block title %}Session {{ client_session_id }} - Invincible{% endblock %} {% block content %}
{{ client_session_id }}created {{ created_at | timeago }} · updated {{ updated_at | timeago }}
{% if summary.interruption_note %} {% endif %}| Task | Status | Head | Payload |
|---|---|---|---|
| {{ key }} | {{ st.status }} | v{{ st.version }} | {{ st.payload | tojson }} |
| No task state tracked for this session. | |||
#{{ cp.state_version }}
{{ cp.note }} ({{ cp.ts | timeago }})| When | What |
|---|---|
| {% if n.ts %}{{ n.ts | timeago }}{% else %}-{% endif %} | {{ n.label }} |
| No provider attempts or state changes recorded yet. | |