@project.AccessRole
@project.ProjectName
@(string.IsNullOrWhiteSpace(project.Description) ? "No description yet." : project.Description)
@model ProjectIndexViewModel @{ ViewData["Title"] = "Projects"; var trial = Model.Trial; var hasAnyProjects = Model.HasAnyProjects; }
Series planning
Manuscript import
@(Model.StoryIntelligence.ActiveImportBookTitle ?? "Your manuscript") Progress: @(Model.StoryIntelligence.ActiveImportProgressLabel ?? "In progress")
Let's create your first project.
Restored projects will appear here, ready to open again.
@project.AccessRole
@(string.IsNullOrWhiteSpace(project.Description) ? "No description yet." : project.Description)
Archived projects will live here, recoverable but out of your active workspace.
Archived @if (!string.IsNullOrWhiteSpace(archivedDateLabel)) { / @archivedDateLabel }
@(string.IsNullOrWhiteSpace(project.Description) ? "No description yet." : project.Description)