@model dynamic
   
 

@Model.Translations.Congratulations

@Model.Translations.UploadedToHotFolder

 
 

@Model.Translations.UploadedToHotFolderDescription.Replace("{ReceiptId}", @Model.ReceiptId)

 
 
 
 

@Model.Translations.Details

@foreach (var item in Model.UploadFiles) { }
@Model.Translations.File @Model.Translations.Caption @Model.Translations.Tags
@item.FileName @item.Metadata.Caption @Model.TagsForFile(item)