{% comment %}
my_sea.html table-hex center — included via core/_partials/_table_hex.html
(hex_center). Verbatim move of the old inline .table-center body; inherits
my_sea.html's context (show_cont_draw, show_paid_draw, show_gate_view).
{% endcomment %}
{% if show_cont_draw %}
{# CONT DRAW — user came to the landing via the gear-menu NVM mid-draw #}
{# (?phase=landing). The picker hand is non-empty + incomplete; CONT DRAW #}
{# re-enters the picker (a fresh GET w.o. ?phase=landing falls through to #}
{# show_picker=True via the hand_non_empty branch). #}
CONT
DRAW
{% elif show_paid_draw %}
{# PAID DRAW — two underlying states collapse into one button (user-spec #}
{# 2026-05-23): #}
{# • `deposit_reserved` → POST commits the deposited token via #}
{# `my_sea_paid_draw` + redirects to picker. #}
{# • `paid_through` (token already spent this cycle, hand still empty) → #}
{# POST is a no-op commit branch in the view; redirects to picker anyway.#}