@model TierPriceModel @{ Layout = "_AdminPopupLayout"; //page title ViewBag.PageTitle = T("Admin.Catalog.Products.TierPrices.Edit").Text; }

@T("Admin.Catalog.Products.TierPrices.Edit")

@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.ProductTierPriceDetailsButtons, additionalData = Model })
@await Html.PartialAsync("_CreateOrUpdateTierPrice", Model)