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