@model dynamic
   
 

@Model.Translations.UploadedByDropbox

@Model.Translations.DropboxNotifications

 
 

 
 
 
 

@Model.Translations.Details

@foreach (var item in Model.Succeeded) { } @foreach (var item in Model.Failed) { } @foreach (var item in Model.Infected) { }
@Model.Translations.General
@Model.Translations.UserName @Model.UserName
@Model.Translations.ProcessedFiles @(Model.Succeeded.Count + Model.Failed.Count + Model.Infected.Count)
@Model.Translations.CatalogedFiles @Model.Succeeded.Count
@Model.Translations.FailedFiles @Model.Failed.Count
 
@Model.Translations.File @Model.Translations.Status @Model.Translations.StartedOn @Model.Translations.FileLocation
@item.FileName @Model.Translations.Get(@item.Status.ToString()) @item.StartedOnLocal
@item.FileName @Model.Translations.Get(@item.Status.ToString()) @item.StartedOnLocal @item.FailedPath
@item.FileName @Model.Translations.Get(@item.Status.ToString()) @item.StartedOnLocal