@using Kreta.Web.Areas.Tanulo.Models
@model TanuloModel
@using (Html.KretaForm("TanuloForm", new Dictionary { { "autocomplete", "new-password" } }))
{
@Html.KretaValidationSummary()
@Html.HiddenFor(x => x.TanuloId)
@Html.HiddenFor(x => x.TanevId)
@Html.HiddenFor(x => x.TanuloModalHeader)
@Html.KretaTabStripAjax("TanuloTabstrip", Model.TabList)
}