{{ readonly ? 'Reporting Task Details' : 'Edit Reporting Task' }}
{{ formatType(request.reportingTask) }}

Name Enabled
Id
{{ request.reportingTask.id }}
Type
{{ formatType(request.reportingTask) }}
Bundle
{{ formatBundle(request.reportingTask) }}
Scheduling Strategy @for (option of strategies; track option) { {{ option.text }} }
Run Schedule
Comments
@if ({ value: (saving$ | async)! }; as saving) { @if (readonly) { } @else { } }