@model ChapterDetailViewModel
@{
ViewData["Title"] = Model.Chapter.ChapterTitle;
ViewData["ProjectSection"] = "Overview";
}
@Model.Project.ProjectName / @Model.Book.BookTitle
@Model.Chapter.Summary
}@Model.PendingCharacterSuggestionCount character suggestion@(Model.PendingCharacterSuggestionCount == 1 ? "" : "s") awaiting review in this chapter.
} @if (Model.PendingAssetSuggestionCount > 0) {@Model.PendingAssetSuggestionCount asset suggestion@(Model.PendingAssetSuggestionCount == 1 ? "" : "s") awaiting review in this chapter.
} @if (Model.PendingLocationSuggestionCount > 0) {@Model.PendingLocationSuggestionCount location suggestion@(Model.PendingLocationSuggestionCount == 1 ? "" : "s") awaiting review in this chapter.
}No scenes yet.
} else {| Scene | Title | Status | Manuscript | Time | Summary | Order | |
|---|---|---|---|---|---|---|---|
| @scene.SceneNumber |
@scene.SceneTitle
@if (scene.PendingCharacterSuggestionCount > 0 || scene.PendingAssetSuggestionCount > 0 || scene.PendingLocationSuggestionCount > 0)
{
var suggestionParts = new List |
@scene.RevisionStatusName | @(scene.IsLinkedToManuscript ? "🔗 Linked" : "📝 Planned") | @scene.TimeLabel | @scene.Summary | Open in timeline Edit |