@using PowderCoating.Application.DTOs.Wizard @model WizardStep3Dto @{ ViewData["Title"] = "Setup Wizard — Document Numbering"; var progress = ViewBag.Progress as WizardProgressDto ?? new WizardProgressDto(); int step = ViewBag.Step as int? ?? 5; } @section Styles { @await Html.PartialAsync("_WizardStyles") }
Customize how your document numbers are formatted and choose the accent color for each PDF type.