@{ Layout = "_ColumnsTwo"; //title NopHtml.AddTitleParts(T("PageTitle.Account").Text); //page class NopHtml.AppendPageCssClassParts("html-account-page"); NopHtml.AppendPageCssClassParts("html-gdpt-tools-page"); } @section left { @await Component.InvokeAsync(typeof(CustomerNavigationViewComponent), new { selectedTabId = CustomerNavigationEnum.GdprTools }) }

@T("Account.MyAccount") - @T("Account.Gdpr")

@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.CustomerGdprToolsTop, additionalData = Model }) @if (!string.IsNullOrEmpty(Model.Result)) {
@Model.Result
}
@T("Account.Gdpr.Export")
@T("Account.Gdpr.Export.Hint")
@T("Account.Gdpr.Delete")
@T("Account.Gdpr.Delete.Hint")
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.CustomerGdprToolsBottom, additionalData = Model })