{workflowCompleted && currentWorkflowId ? 'Sending follow-up message...' : 'Sending message...'}
+Error: {startError}
+Error loading messages: {messagesError}
+Loading workflow messages...
+Start a conversation by typing a message...
+ ) : null} + {currentWorkflowId && !workflowCompleted && ( ++ Workflow {currentWorkflowId.substring(0, 8)}... is {workflowStatus?.status || 'running'} + {workflowStatus?.currentRound && ` (Round ${workflowStatus.currentRound})`} +
+Workflow completed! You can continue the conversation or start a new workflow.
+ ++ Started: {formatDate(workflow.startedAt)} +
+ )} + {workflow.lastActivity && ( ++ Last Activity: {formatDate(workflow.lastActivity)} +
+ )} ++ {truncateMessage(messagePreview)} +
++ {workflow.name} +
+ )} ++ Erstellt: {new Date(prompt.createdAt).toLocaleDateString('de-DE')} +
+ )} ++ {prompt.content} +
+Settings content will be added here in future updates.
+