{{ 'XP.MODEL.CREATE_TABLE.DragandDropFile' | translate: { Default: 'Drag and drop to add file' } }}

{{ 'XP.MODEL.CREATE_TABLE.Or' | translate: { Default: 'or' } }}

@if (description()) {
{{ description() }}
}
@for (item of files(); track i; let i = $index) {
{{ item.file.name }}
}