@model List @{ ViewData["Title"] = "Notification Templates"; ViewData["PageIcon"] = "bi-envelope-gear"; }
@if (TempData["SuccessMessage"] != null) { }
@foreach (var template in Model.Where(t => t.IsEmail || ViewBag.SmsEnabled == true)) { }
Template Channel Last Modified Actions
@template.DisplayName @if (template.IsEmail) { Email } else { SMS } @(template.UpdatedAt?.ToString("MMM d, yyyy h:mm tt") ?? "Using defaults") Edit
Templates support {{placeholder}} tokens that are replaced with live data when notifications are sent. Click Edit to customise any template.