@inherits MSGComponentBase @T("Drag and drop files into the marked area or click here to attach documents: ") @T("Add file")
@foreach (var fileInfo in this.DocumentPaths.Select(file => new FileInfo(file))) { }
@T("Clear file list")