@model PowderCoating.Application.DTOs.Maintenance.MaintenanceRecordDto @{ ViewData["Title"] = "Delete Maintenance Record"; ViewData["PageIcon"] = "bi-wrench"; var seriesDeletableCount = ViewBag.SeriesDeletableCount as int?; }
There are @seriesDeletableCount other future scheduled/overdue occurrence@(seriesDeletableCount == 1 ? "" : "s") in this series. Completed occurrences will not be affected.