@inherits MSGComponentBase @if (this.UseSmallForm) {
@if (this.isDraggingOver) { } else if (this.DocumentPaths.Any()) { } else { }
} else { @if (!this.Disabled) { @T("Drag and drop files into the marked area or click here to attach documents: ") @T("Add file") }
@foreach (var fileAttachment in this.DocumentPaths) { @if (this.Disabled) { } else { } }
@if (!this.Disabled) { @T("Clear file list") } }