@using Kreta.Web.Areas.Adminisztracio.Models @using Kreta.Web.Helpers.Grid @using Kreta.BusinessLogic.Classes @model TanulokFeltolteseModel @{ var formName = "TanulokFeltolteseForm"; var gridName = "TanuloImportGrid"; } @using (Html.KretaForm(formName)) { @Html.KretaValidationSummary() if (Model.IsSzakkepzoIntezmeny) { @Html.HiddenFor(x => x.IsJuttatasUpdate) }