{{- .Auth.ByMatchingAccountID 2 }} {{- $acctID := .Identity.Account.AccountID }} {{- $stores := .Accounts.GetShops $acctID -}} {{- define "title" }} Manage Mock Inventory ⋅ Inventory++ {{ end }} {{- define "header-accordion-header" }}

New Sync Group

{{- end }} {{- define "header-accordion-body" }} {{- $acctID := .Identity.Account.AccountID }} {{ component (printf "accounts/%d/inventory/sync-groups/mock/draft/table" $acctID) }}
{{ component (printf "accounts/%d/inventory/sync-groups/mock/draft/table/add-listing-button" $acctID) }} {{ component (printf "accounts/%d/inventory/sync-groups/mock/draft/table/save-sync-group-button" $acctID) }}
{{- end }}
{{ component "accordion" "Name" "sync-group-page" "Open" true "Class" ` mx-[1em] mb-[1em] ` "#accordion-header" "header-accordion-header" "#accordion-body" "header-accordion-body" }}