{{ index + 1 }}. {{ operation.commandText }}{{ statusLabel(operation.status) }}
Intent: {{ operation.operationType }}
Target concept: {{ operation.conceptLabel || 'Unknown' }}
Name: {{ operation.stageSummary.name }}
Concept source: {{ operation.stageSummary.conceptSource }}
Properties mentioned: {{ operation.stageSummary.mentionedProperties.length ? operation.stageSummary.mentionedProperties.join(', ') : 'None' }}
Parameters: {{ operation.stageSummary.parameters.length ? operation.stageSummary.parameters.join(', ') : 'None' }}