@model Yavsc.Models.Haircut.BrusherProfile @{ ViewData["Title"] = "Profile coiffeur"; }

@ViewData["Title"]


@if (Model!=null) {
@Html.DisplayNameFor(model => model.EndOfTheDay)
@Html.Partial("HourFromMinutes", Model.EndOfTheDay)
@Html.DisplayNameFor(model => model.StartOfTheDay)
@Html.Partial("HourFromMinutes", Model.StartOfTheDay)
@Html.DisplayNameFor(model => model.CarePrice)
@Html.DisplayFor(model => model.CarePrice)
@Html.DisplayNameFor(model => model.HalfBalayagePrice)
@Html.DisplayFor(model => model.HalfBalayagePrice)
@Html.DisplayNameFor(model => model.HalfBrushingPrice)
@Html.DisplayFor(model => model.HalfBrushingPrice)
@Html.DisplayNameFor(model => model.HalfColorPrice)
@Html.DisplayFor(model => model.HalfColorPrice)
@Html.DisplayNameFor(model => model.HalfDefrisPrice)
@Html.DisplayFor(model => model.HalfDefrisPrice)
@Html.DisplayNameFor(model => model.HalfMechPrice)
@Html.DisplayFor(model => model.HalfMechPrice)
@Html.DisplayNameFor(model => model.HalfMultiColorPrice)
@Html.DisplayFor(model => model.HalfMultiColorPrice)
@Html.DisplayNameFor(model => model.HalfPermanentPrice)
@Html.DisplayFor(model => model.HalfPermanentPrice)
@Html.DisplayNameFor(model => model.KidCutPrice)
@Html.DisplayFor(model => model.KidCutPrice)
@Html.DisplayNameFor(model => model.LongBalayagePrice)
@Html.DisplayFor(model => model.LongBalayagePrice)
@Html.DisplayNameFor(model => model.LongBrushingPrice)
@Html.DisplayFor(model => model.LongBrushingPrice)
@Html.DisplayNameFor(model => model.LongColorPrice)
@Html.DisplayFor(model => model.LongColorPrice)
@Html.DisplayNameFor(model => model.LongDefrisPrice)
@Html.DisplayFor(model => model.LongDefrisPrice)
@Html.DisplayNameFor(model => model.LongMechPrice)
@Html.DisplayFor(model => model.LongMechPrice)
@Html.DisplayNameFor(model => model.LongMultiColorPrice)
@Html.DisplayFor(model => model.LongMultiColorPrice)
@Html.DisplayNameFor(model => model.LongPermanentPrice)
@Html.DisplayFor(model => model.LongPermanentPrice)
@Html.DisplayNameFor(model => model.ManCutPrice)
@Html.DisplayFor(model => model.ManCutPrice)
@Html.DisplayNameFor(model => model.ShampooPrice)
@Html.DisplayFor(model => model.ShampooPrice)
@Html.DisplayNameFor(model => model.ShortBalayagePrice)
@Html.DisplayFor(model => model.ShortBalayagePrice)
@Html.DisplayNameFor(model => model.ShortBrushingPrice)
@Html.DisplayFor(model => model.ShortBrushingPrice)
@Html.DisplayNameFor(model => model.ShortColorPrice)
@Html.DisplayFor(model => model.ShortColorPrice)
@Html.DisplayNameFor(model => model.ShortDefrisPrice)
@Html.DisplayFor(model => model.ShortDefrisPrice)
@Html.DisplayNameFor(model => model.ShortMechPrice)
@Html.DisplayFor(model => model.ShortMechPrice)
@Html.DisplayNameFor(model => model.ShortMultiColorPrice)
@Html.DisplayFor(model => model.ShortMultiColorPrice)
@Html.DisplayNameFor(model => model.ShortPermanentPrice)
@Html.DisplayFor(model => model.ShortPermanentPrice)
@Html.DisplayNameFor(model => model.WomenHalfCutPrice)
@Html.DisplayFor(model => model.WomenHalfCutPrice)
@Html.DisplayNameFor(model => model.WomenLongCutPrice)
@Html.DisplayFor(model => model.WomenLongCutPrice)
@Html.DisplayNameFor(model => model.WomenShortCutPrice)
@Html.DisplayFor(model => model.WomenShortCutPrice)
} else { @SR["Aucun profile renseigné"] }

@SR["Edit"] @if (Model!=null) { @SR["Delete"] }