{{ define "settings-panel-storage" }} {{ if or .MemberHolds .EligibleHolds }}
{{ template "hold_selector" . }} {{ if .ActiveHold }} {{ template "hold_card" .ActiveHold }} {{ else }}
No active hold selected. Choose one above.
{{ end }}
{{ if .OtherHolds }}
{{ template "other_holds_table" .OtherHolds }}
{{ end }}
{{ else }}
{{ template "state-empty" (dict "Icon" "anchor" "Title" "No holds configured" "Subtext" "Push an image to atcr.io and your first hold will appear here." ) }}
{{ end }}

Storage Preferences

{{ end }}