@model PlotLineEditViewModel @{ ViewData["Title"] = Model.PlotLineID == 0 ? "New Plot Line" : "Edit Plot Line"; }
@Model.Project?.ProjectName