@if (fileList.length > 0) { @if (collectionDefaultAccessConditions.length > 0) {
@if (collectionPolicyType === 1) { {{ 'submission.sections.upload.header.policy.default.nolist' | translate:{ "collectionName": collectionName } }} } @if (collectionPolicyType === 2) { {{ 'submission.sections.upload.header.policy.default.withlist' | translate:{ "collectionName": collectionName } }} }
}
{{ 'bitstream.edit.form.primaryBitstream.label' | translate }}

@for (fileEntry of fileList; track fileEntry; let i = $index) {

} } @else {
{{'submission.sections.upload.no-file-uploaded' | translate}}
}