@if (attachment.status === 'quarantined') { } @else { @switch (fileIcon.icon) { @case ('file-media') { } @case ('op-file-csv') { } @case ('op-file-doc') { } @case ('op-file-presentation') { } @case ('op-file-sheet') { } @case ('op-file-text') { } @case ('op-pdf') { } @default { } } }
@if (showTimestamp) { }
@if (!!attachment._links.originOpen) { } @if (showDelete && !!attachment._links.delete) { }