Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

_CreateOrUpdateGdprConsent.cshtml

@model GdprConsentModel

@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.GdprConsentDetailsTop, additionalData = Model })
@(await Html.LocalizedEditorAsync("gdpr-consent-localized", @
, @
))
@if (Model.Locales.Count == 1) {
} else {
@(await Html.LocalizedEditorAsync("gdpr-consent-required-localized", @
, @
))
}
@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.GdprConsentDetailsBottom, additionalData = Model })