Webiant Logo Webiant Logo
  1. No results found.

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

_CreateOrUpdate.cshtml

@model NewsLetterSubscriptionModel

@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.NewsLetterSubscriptionTop, additionalData = Model })
@if (Model.Id > 0) {
@Model.Email
} else { }
@if (Model.AvailableNewsLetterSubscriptionTypes?.Any() == true) {
}
@if (Model.AvailableNewsLetterSubscriptionStores?.Any() == true) {
} @if (Model.AvailableNewsLetterSubscriptionLanguages?.Any() == true) {
} @if (Model.Id > 0) {
@Model.CreatedOn
}
@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.NewsLetterSubscriptionBottom, additionalData = Model })