{# Deck stack — mono (single DECK) or dubbo (DECKS: Gravity + Levity), per #} {# `deck.is_polarized`. Shared by the owner picker (my_sea.html) AND the #} {# read-only visitor cross (_my_sea_visit_cross.html). `deck` = the #} {# DeckVariant to render; `flip_disabled` forces the FLIP btn to its #} {# disabled (×) state — owner: hand_complete; visitor: always (a read-only #} {# spectator can't deal). Markup is byte-identical to the owner's prior #} {# inline stack so existing assertions hold. #} {% if deck.is_polarized %}
DECKS
Gravity
Levity
{% else %}
DECK
{% if deck.has_card_images %} {% endif %}
{% endif %}