@using PowderCoating.Web.ViewModels.Dashboard @model ShopProgressWidgetViewModel
Get the most out of your shop @if (!Model.AllDone) { @Model.BadgeText }
@if (Model.AllDone) {
Your shop is fully set up 🎉
You're ready to run everything from here.
Create job
} else {

@Model.SubtitleText

}