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

[$=TX("test-case")$] "[$=he(title)$]"

[$=TX("test-unit")$] [$=he(tc.TestUnit.VisualPath)$]
[$=TX("estimated-duration")$] [$=ZetaTestStringHelper.FormatTimeSpan( tc.EstimatedDuration )$]
 
[$=TX("modified")$] [$=tc.DateModified.ToString(@"d")$], [$=tc.UserModified.NameIntelli$]
[$=TX("created")$] [$=tc.DateCreated.ToString(@"d")$], [$=tc.UserCreated.NameIntelli$]
[$=TX("tags")$] [$=he(tags)$]
[$=TX("depends-on")$] [$=he(title)$]
 
[$=he(pa.Name)$] [$=pa.ValueFormattedForHtml$]
 
[$=he(pa.Name)$] [$=pa.ValueFormattedForHtml$]

[$=TX("review")$]

[$=TX("editing-state")$] [$=Zeta.VoyagerLibrary.Tools.StringHelper.GetEnumDescription(((IReviewable)tc).ReviewState)$]
[$=TX("latest-comment")$] [$=Zeta.VoyagerLibrary.Tools.HtmlHelper.FormatMultiLine(string.IsNullOrEmpty(((IReviewable)tc).ReviewMostRecentComment)?@"-":((IReviewable)tc).ReviewMostRecentComment)$]

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

[$=ZetaTest.Runtime.Code.BusinessLogic.Attributes.AttributeRenderer.ExpandAttributes( tc.EffectiveInheritedDescription, tc )$]
[$=he(styleField.Name)$]
[$=nl2br(styleField.FormatValue(c==null ? null : c.Value, fi))$]

[$=TX("variants")$]

[$=variantIndex+1$]. [$=variant.GetTitleWithOptions("
", true)$]

[$=he(pa2.Name)$] [$=pa2.ValueFormattedForHtml$]

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

[$=ZetaTest.Runtime.Code.BusinessLogic.Attributes.AttributeRenderer.ExpandAttributes( variant.EffectivePrerequisitesDescription, tc )$]

[$=TX("test-steps")$]:

[$=ZetaTest.Runtime.Code.BusinessLogic.Attributes.AttributeRenderer.ExpandAttributes( variant.EffectiveTestStepsDescription, tc )$]

[$=TX("expected-results")$]:

[$=ZetaTest.Runtime.Code.BusinessLogic.Attributes.AttributeRenderer.ExpandAttributes( variant.EffectiveExpectedResultsDescription, tc )$]

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

[$=ZetaTest.Runtime.Code.BusinessLogic.Attributes.AttributeRenderer.ExpandAttributes( variant.EffectivePrerequisitesDescription, tc )$]

[$=TX("test-steps")$]:

[$=ZetaTest.Runtime.Code.BusinessLogic.Attributes.AttributeRenderer.ExpandAttributes( variant.EffectiveTestStepsDescription, tc )$]

[$=TX("expected-results")$]:

[$=ZetaTest.Runtime.Code.BusinessLogic.Attributes.AttributeRenderer.ExpandAttributes( variant.EffectiveExpectedResultsDescription, tc )$]

[$=TX("attachments")$]

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

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

[$=TX("statistics")$]

[$= result.Key $] [$= result.Value $]
 
[$= duration.Key $] [$= HttpUtility.HtmlEncode(duration.Value)$]

[$=TX("linked-elements")$]

[$ if ( project.Settings.ShowTestCaseIDs ) { $] [$ } $] [$ if ( project.Settings.ShowTestCaseIDs ) { $] [$ } $]
[$=TX("id")$][$=TX("name")$] [$=TX("type")$] [$=TX("state")$] [$=TX("path")$]
[$=chainItem.ChainItemID$] [$ if ( chainItem.IsHotLinkable ) { $] [$=he(chainItem.ChainItemName)$] [$ } else { var url = chainItem.GetAlternativeOpenUrl(project); if ( !string.IsNullOrEmpty(url)) { $] [$=he(chainItem.ChainItemName)$] [$ } else { $] [$=he(chainItem.ChainItemName)$] [$ }} $] [$=he(chainItem.ChainItemUserReadableType)$] [$=statusText$] [$=he(chainItem.ChainItemVisualParentPath)$]