{{ 'XP.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 }}
}
{{ 'XP.Chat.Preview' | translate: { Default: 'Preview' } }}
{{ 'XP.Chat.Download' | translate: { Default: 'Download' } }}