{{ 'PAC.Chat.AllFilesInTask' | translate: {Default: 'All files in this task'} }}

@for (item of files(); track item) {
@switch (item.filePath | fileType) { @case ('code') { } @case ('zip') { } @default { } }
{{item.filePath}} {{item.createdAt | relative}}
}
{{'PAC.Chat.Preview' | translate: {Default: 'Preview'} }}
{{'PAC.Chat.Download' | translate: {Default: 'Download'} }}