{{ row.id }} · {{ row.candidateId }} · {{ row.status }}
{{ row.fact | inline_code }}
{{ row.hypothesis | inline_code }}
{{ row.procedure | inline_code }}
- {{ t('tasks.technical-verification.confirming') }}
- {{ row.confirmingSignal | inline_code }}
- {{ t('tasks.technical-verification.rejecting') }}
- {{ row.rejectingSignal | inline_code }}
{{ row.observation | inline_code }}
{% for command in row.commands %}{{ command.command }}
{{ command.cwd }} · {{ command.exitCode }}
{{ [command.logPath] | code_evidence }}
{% endfor %}- {% for limitation in row.limitations %}
- {{ limitation | inline_code }} {% endfor %}