@model PowderCoating.Application.DTOs.Notification.NotificationTemplateDto @{ ViewData["Title"] = $"Edit Template - {Model.DisplayName}"; ViewData["PageIcon"] = "bi-envelope-gear"; var placeholders = ViewBag.Placeholders as List<(string Placeholder, string Description)> ?? new List<(string, string)>(); var isEmail = Model.IsEmail; } @section Styles { }
Click any placeholder to copy it to your clipboard, then paste it into the template body.