@if (status() === 'template') { }
{{ knowledge().name }}
{{ knowledge().description }}
@if (executions()?.length) {
@for (execution of executions(); track execution) { @switch (execution.data.status) { @case ('running') { } @case ('fail') {
} @case ('success') {
} } }
}