@model NP.Model.VMCRoom @{ Layout = "~/Views/Shared/_LayoutContents.cshtml"; } @if (Model.status > 0) { @Html.Partial("Contents", Model) } @section scriptsHeader{ } @section scripts{ }