@using HrynCo.NotificationService.DAL.Abstract.Providers @using HrynCo.NotificationService.Web.Controllers.Admin.ViewModels @model EmailChannelEditViewModel @{ Layout = "~/Views/Shared/_EditorLayout.cshtml"; ViewData["Title"] = Model.PageTitle; ViewData["EditorTitle"] = Model.PageTitle; }
@if (!Model.IsNew) {