@model ProjectDetailViewModel @{ ViewData["Title"] = Model.Project.ProjectName; }
Current project @Model.Project.ProjectName

Project / Series

@Model.Project.ProjectName

@if (!string.IsNullOrWhiteSpace(Model.Project.Description)) {

@Model.Project.Description

}
Edit project Timeline Timeline Settings Scenarios Writer Workspace Story Bible Plot lines Plot threads Story assets Characters Locations Warnings Story health Story dynamics Phase 1 Checklist Archived Items Add book

Books

@if (!Model.Books.Any()) {

No books yet. Add the first book to begin the hierarchy.

} else {
@foreach (var book in Model.Books) { }
Order Book Description
@book.BookNumber @book.BookTitle @book.Description Edit
}