@model HairCutQuery @{ ViewData["Title"] = SR["Command confirmation"]+" "+ViewBag.Activity.Name; } @section header { }

@ViewData["Title"]

@SR["Your book query"]


Votre star de la coiffure
@Html.DisplayFor(m=>m.PerformerProfile)
@Html.DisplayNameFor(m=>m.Prestation)
@Html.DisplayFor(m=>m.Prestation)
@Html.DisplayNameFor(m=>m.AdditionalInfo)
@if (string.IsNullOrWhiteSpace(Model.AdditionalInfo)) { Aucune information complémentaire n'a été saisie. } @Html.DisplayFor(m=>m.AdditionalInfo)
Addition minimale
@ViewBag.Addition
(Compter des frais supplémentaires
en cas de longs déplacements,
ou des majorations en cas de weekend et jour férie)
Date de la prestation
@if (Model.EventDate == null) {

Pas de date convenue ...

} else { @Html.DisplayFor(m => m.EventDate) }
@Html.DisplayNameFor(m => m.Location)
@if (Model.Location == null) {

Pas de lieu convenu ...

} else { @Html.DisplayFor(m => m.Location) }
Motification
@if (ViewBag.GooglePayload !=null) { @if (ViewBag.GooglePayload.success>0) {

@SR["GCM Notifications sent"]

} else { if (ViewBag.GooglePayload.failure>0) {
@SR["EGCMBUTEMAIL"]
} else {
@SR["E-mail sent"]
} } } else {
@SR["E-mail sent"]
}
Numéro identifiant votre commande
@Model.Id
TODO Facture
Facture
@Html.DisplayNameFor(m=>m.Regularisation)
@Component.Invoke("PayPalButton", Model, "haircut", "HairCutCommand" )