@model PowderCoating.Core.Entities.JobTemplate @{ ViewData["Title"] = $"Edit Template: {Model.Name}"; ViewData["PageIcon"] = "bi-pencil-square"; }
Back
@Html.AntiForgeryToken()
Briefly describe what this template is used for.
Pre-selects this customer when creating a job from the template. Optional.
Inactive templates won't appear in the "Create from Template" picker.
Cancel
To update the items and coatings on this template, create a new job with the desired configuration and save it as a template.