{{- $acctID := .Identity.Account.AccountID -}} {{- $shops := .Accounts.GetMockShops $acctID -}} {{- $formSelections := .Accounts.GetMockEventFormValues $acctID -}} {{- $saleShopListings := "" }} {{- if $formSelections.SaleShopID }} {{ $saleShopListings = .Accounts.GetMockListingsForShop $acctID $formSelections.SalePlatform $formSelections.SaleShopID }} {{- end }} {{- $refundShopListings := "" }} {{- if $formSelections.RefundShopID }} {{ $refundShopListings = .Accounts.GetMockListingsForShop $acctID $formSelections.SalePlatform $formSelections.RefundShopID }} {{- end }} {{- $setInventoryShopListings := "" }} {{- if $formSelections.CountShopID }} {{ $setInventoryShopListings = .Accounts.GetMockListingsForShop $acctID $formSelections.SalePlatform $formSelections.CountShopID }} {{- end }}