@model NominativeServiceCommand @inject IOptions PayPalSettings @Model.PaymentId @if (Model!=null && Model.PaymentId!=null) { @if (Model.Regularisation.Executor.Id == User.GetUserId()) { Votre paiment } else { Le paiment de @Html.DisplayFor(m=>m.Regularisation.Executor.UserName) } : @Model.Regularisation.PaypalPaymentId } else {
}