[scriptInclude type="file" source="$(ResourcesFolder)\_Shared\includes\document-start-include.html" /] [scriptInclude type="file" source="$(ResourcesFolder)\_Shared\includes\header-content-include.html" /]

[$=TX("test-run")$] "[$=tr.Title$]"

[$=TX("state")$] [$=Zeta.VoyagerLibrary.Tools.StringHelper.GetEnumDescription(tr.State)$]
 
[$=TX("start-date")$] [$=Context.Scope.GetDateStringOrEmptyPlaceholder(tr.DateStarted)$]
[$=TX("finish-date")$] [$=Context.Scope.GetDateStringOrEmptyPlaceholder(tr.DateFinished)$]
 
[$=TX("test-unit-count")$] [$=tr.GetAllPlannedTestUnits().Count$]
[$=TX("test-case-count")$] [$=tr.GetAllPlannedTestCases().Count$]
[$=TX("estimated-total-duration")$] [$=ZetaTestStringHelper.FormatTimeSpan( tr.GetAllPlannedTestCases().EstimatedDuration )$]
 
[$=TX("modified")$] [$=tr.DateModified.ToString(@"d")$], [$=tr.UserModified.NameIntelli$]
[$=TX("created")$] [$=tr.DateCreated.ToString(@"d")$], [$=tr.UserCreated.NameIntelli$]
 
[$=he(pa.Name)$] [$=pa.ValueFormattedForHtml$]

[$=TX("description")$]:

[$=tr.EffectiveInheritedDescription$]

[$=TX("attachments")$]

[$=TX("file")$] [$=TX("size")$] [$=TX("date")$]
[$=he(attachment.UserReadableName) $] [$=attachment.PrintableFileSize $] [$=ZetaTestStringHelper.FormatDateAndTime( attachment.FileChangeDate ) $]
[$=he(attachment.UserReadableName) $]    

[$=TX("attachment-count", index)$]