@model NominativeServiceCommand @inject IOptions PayPalSettings @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) } : } @if (!Model.GetIsAcquitted()) {
}