{{ define "settings-panel-storage" }} {{ if .SelfHostedActivePlan }} {{ else if .SelfHostedHold }}
{{ icon "server" "size-5 shrink-0" }} You're on a self-hosted hold, so there's nothing to bill. Paid features apply on managed holds.
{{ end }} {{ 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 }}