{{ if .FullPage }}

Setup checklist

Steps to take this deployment from installed to member-ready. This checklist is always here; it does not gate or reorder any other operator surface, and it is safe to leave any step undone.

{{ else }}

Setup

{{ end }}
    {{ range .Steps }}
  • {{ .Label }} {{ if not .Required }}Optional{{ end }}

    {{ .Description }}

    {{ with .Condition }}

    {{ . }}

    {{ end }} {{ if and (not .Complete) .Unlocks }}

    Unlocks: {{ .Unlocks }}

    {{ end }} {{ if .Note }}

    {{ .Note }}{{ if .NoteHref }} Go to Stripe settings{{ end }}

    {{ end }}
    {{ if .Complete }} Done {{ else }} Incomplete {{ end }} {{ .LinkText }}
  • {{ end }}
{{ if .FullPage }} {{ else }}

View full setup checklist

{{ end }}