@using Kreta.Web.Areas.Tanulo.Models
@using Kreta.Resources
@using Kreta.Web.Security
@model TanuloDetailModel
@(TanuloResource.SajatosNevelesiIgeny)
@Html.KretaLabelFor(model => model.SNIBTNModel.Letszamsuly, 3, 3)
@*@Html.KretaLabelFor(model => model.SNIBTNModel.HalmozottanFogyatekos, 3, 3)*@
@if (ClaimData.IsSelectedTanev20_21OrLater)
{
@TanuloResource.Szakvelemeny
@Html.KretaLabelFor(model => model.SNIBTNModel.KiallitoSzakertoiBizottsagNeve, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.KiallitoSzakertoiBizottsagCime, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.SzakvelemenySzama, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.KiallitasDatuma, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.FelulvizsgalatTaneve, 3, 3)
if (!Model.SNIBTNModel.IsFogyatekossagHide)
{
@Html.KretaLabelFor(model => model.SNIBTNModel.FogyatekossagTipus, 3, 3)
}
}
@*
@Html.KretaLabelFor(model => model.SNIBTNModel.Hallasserult, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.HallasserultOkmanyszam, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.Latasserult, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.LatasserultOkmanyszam, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.ErtelmiFogyatekos, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.ErtelmiFogyatekosOkamnyszam, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.MozgasserultOkmanyszam, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.BeszedfogyatekosOkmanyszam, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.ViselekdesVisszavezetheto)
@Html.KretaLabelFor(model => model.SNIBTNModel.ViselekdesNemVisszavezetheto)
@Html.KretaLabelFor(model => model.SNIBTNModel.MegismeroFunkcioVisszavezetheto)
@Html.KretaLabelFor(model => model.SNIBTNModel.MegismeroFunkcioNemVisszavezetheto)
@Html.KretaLabelFor(model => model.SNIBTNModel.KiallitoIntezmenyMegnevezese)
@Html.KretaLabelFor(model => model.SNIBTNModel.OkmanyErvenyessegenekKezdete, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.OkmanyErvenyessegenekVege, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.BNO, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.Meghatarozas, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.SNIKontrollIdopontja, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.FejlesztesreForditandoOraszam, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.FejlesztesreKijelolt, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.FejlesztoFoglalkozas, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.BeilleszkedesTanulasMagatartasiProblema, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.Diszgrafia, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.Diszkalkulia, 3, 3)
@Html.KretaLabelFor(model => model.SNIBTNModel.Diszlexia, 3, 3)
*@