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

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

{{execution().summary}}

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