@page @model EveryThing.Pages.CodeTableVehicles.CreateEditModel @{ ViewData["Title"] = "Create"; Layout = "~/Pages/Layouts/_Layout.cshtml"; }

Vozni park / @if ((bool)ViewData["Edit"]) { Urejanje } else { Nov }

Podatki vozila
@Html.TextAreaFor(model => model.Vehicle.Note, new { @class = "form-control", style = "resize:none; height: 455px;"})
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} }