+
+ {copy.provenance(turn, sessionId)}
+ ·
+ {updatedAt ? copy.updated(updatedAt) : copy.unknownUpdateTime}
+
+
+ {plan.hasNewerTurnWithoutTodo && (
+
{copy.newerTurn}
+ )}
+
+
+ {plan.items.map(item => {
+ const glyph = ITEM_GLYPH[item.status]
+
+ return (
+ -
+
+ {item.content}
+
+ {copy.itemStatuses[item.status]}
+
+
+ )
+ })}
+
+
+
{copy.livenessNotice}
+
+ )}
+