{{ if eq .ActiveCard "stores" }}
{{ $T := .DiyHrtTarget }} {{range $Store := .Stores }}
{{ $Store.Name }}
{{- end }}
{{ end }} {{ if eq .ActiveCard "listings" }}
{{ $T := .DiyHrtTarget }} {{range $Listing := .Listings }}
{{ $Listing.ProductName }}
{{ $Listing.StoreName }} - {{ $Listing.Price }} {{ $Listing.PriceCurrency }}
{{- end }}
{{ end }} {{ if eq .ActiveCard "websites" }}
{{ $T := .WebsiteTarget }} {{range $Website := .Websites }}
{{ $Website.Name }}
{{- end }}
{{ end }}