@model GdprConsentModel @{ //page title ViewBag.PageTitle = T("Admin.Configuration.Settings.Gdpr.Consent.AddNew").Text; //active menu item (system name) NopHtml.SetActiveMenuItemSystemName("GDPR settings"); }

@T("Admin.Configuration.Settings.Gdpr.Consent.AddNew") @T("Admin.Configuration.Settings.Gdpr.Consent.BackToList")

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