@if (execution()?.messages?.length) { }
{{ 'XP.Xpert.Log' | translate: { Default: 'Log' } }}
@if (expand() && execution()) { @if (execution().summary) {

{{ 'XP.Xpert.Summary' | translate: { Default: 'Summary' } }}

{{ execution().summary }}

} @for (message of execution().messages; track $index) { } }