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

@ViewData["Title"]


@if (Model!=null) {
Disponibilités
@Html.DisplayNameFor(model => model.EndOfTheDay)
@Html.Partial("HourFromMinutes", Model.EndOfTheDay)
@Html.DisplayNameFor(model => model.StartOfTheDay)
@Html.Partial("HourFromMinutes", Model.StartOfTheDay)
@Html.DisplayNameFor(model => model.ActionDistance)
@Html.DisplayFor(model => model.ActionDistance)
Tarifs divers
@Html.DisplayNameFor(model => model.ShampooPrice)
@Html.DisplayFor(model => model.ShampooPrice)
@Html.DisplayNameFor(model => model.CarePrice)
@Html.DisplayFor(model => model.CarePrice)
@Html.DisplayNameFor(model => model.FlatFeeDiscount)
@Html.DisplayFor(model => model.FlatFeeDiscount)
Tarifs balayages
@Html.DisplayNameFor(model => model.LongBalayagePrice)
@Html.DisplayFor(model => model.LongBalayagePrice)
@Html.DisplayNameFor(model => model.HalfBalayagePrice)
@Html.DisplayFor(model => model.HalfBalayagePrice)
@Html.DisplayNameFor(model => model.ShortBalayagePrice)
@Html.DisplayFor(model => model.ShortBalayagePrice)
Tarifs défrisage
@Html.DisplayNameFor(model => model.HalfDefrisPrice)
@Html.DisplayFor(model => model.HalfDefrisPrice)
@Html.DisplayNameFor(model => model.LongDefrisPrice)
@Html.DisplayFor(model => model.LongDefrisPrice)
@Html.DisplayNameFor(model => model.ShortDefrisPrice)
@Html.DisplayFor(model => model.ShortDefrisPrice)
Tarifs mèches
@Html.DisplayNameFor(model => model.HalfMechPrice)
@Html.DisplayFor(model => model.HalfMechPrice)
@Html.DisplayNameFor(model => model.LongMechPrice)
@Html.DisplayFor(model => model.LongMechPrice)
@Html.DisplayNameFor(model => model.ShortMechPrice)
@Html.DisplayFor(model => model.ShortMechPrice)
Tarifs coupes
@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)
@Html.DisplayNameFor(model => model.ManCutPrice)
@Html.DisplayFor(model => model.ManCutPrice)
@Html.DisplayNameFor(model => model.KidCutPrice)
@Html.DisplayFor(model => model.KidCutPrice)
Tarifs couleurs
@Html.DisplayNameFor(model => model.LongColorPrice)
@Html.DisplayFor(model => model.LongColorPrice)
@Html.DisplayNameFor(model => model.HalfColorPrice)
@Html.DisplayFor(model => model.HalfColorPrice)
@Html.DisplayNameFor(model => model.ShortColorPrice)
@Html.DisplayFor(model => model.ShortColorPrice)
@Html.DisplayNameFor(model => model.ShortMultiColorPrice)
@Html.DisplayFor(model => model.ShortMultiColorPrice)
@Html.DisplayNameFor(model => model.HalfMultiColorPrice)
@Html.DisplayFor(model => model.HalfMultiColorPrice)
@Html.DisplayNameFor(model => model.LongMultiColorPrice)
@Html.DisplayFor(model => model.LongMultiColorPrice)
Tarifs burshing
@Html.DisplayNameFor(model => model.LongBrushingPrice)
@Html.DisplayFor(model => model.LongBrushingPrice)
@Html.DisplayNameFor(model => model.HalfBrushingPrice)
@Html.DisplayFor(model => model.HalfBrushingPrice)
@Html.DisplayNameFor(model => model.ShortBrushingPrice)
@Html.DisplayFor(model => model.ShortBrushingPrice)
Tarifs permanentes
@Html.DisplayNameFor(model => model.LongPermanentPrice)
@Html.DisplayFor(model => model.LongPermanentPrice)
@Html.DisplayNameFor(model => model.HalfPermanentPrice)
@Html.DisplayFor(model => model.HalfPermanentPrice)
@Html.DisplayNameFor(model => model.ShortPermanentPrice)
@Html.DisplayFor(model => model.ShortPermanentPrice)
Tarifs mise en plis
@Html.DisplayNameFor(model => model.LongFoldingPrice)
@Html.DisplayFor(model => model.LongFoldingPrice)
@Html.DisplayNameFor(model => model.HalfFoldingPrice)
@Html.DisplayFor(model => model.HalfFoldingPrice)
@Html.DisplayNameFor(model => model.ShortFoldingPrice)
@Html.DisplayFor(model => model.ShortFoldingPrice)
Spécialités homme
@Html.DisplayNameFor(model => model.ManBrushPrice)
@Html.DisplayFor(model => model.ManBrushPrice)

@SR["Edit"] @SR["Delete"]

} else {

@SR["Aucun profile renseigné"] @SR["Renseigner ce paramêtrage"]

}