-
- @foreach (var fileInfo in this.DocumentPaths.Select(file => new FileInfo(file)))
- {
-
+@if (this.UseSmallForm)
+{
+
+ @{
+ var fileInfos = this.DocumentPaths.Select(file => new FileInfo(file)).ToList();
}
-
-
-
- @T("Clear file list")
-
\ No newline at end of file
+ @if (fileInfos.Any())
+ {
+
+
+
+ }
+ else
+ {
+
+
+
+ }
+
+}
+else
+{
+