@if (mode === 'DIVIDEND') { Select Holding } @else { Select File }
@if (mode === 'DIVIDEND') {
Holding {{ uniqueAssetForm.get('uniqueAsset')?.value?.name }} @for (holding of holdings; track holding) { {{ holding.name }}
{{ holding.symbol | gfSymbol }} ยท {{ holding.currency }}
}
@if (isLoading) { }
} @else {

The following file formats are supported: CSV or JSON

}
@if (mode === 'DIVIDEND') { Select Dividends } @else { Select Activities }
@if (errorMessages?.length === 0) { @if (importStep === 1) { }
} @else { @for (message of errorMessages; track message; let i = $index) {
{{ message }}
@if (details[i]) {
{{ details[i] | json }}
}
}
}