{# Read-only render of the owner's draw for a my-sea spectator (Phase B of #} {# [[my-sea-invite-voice-blueprint]]). Mirrors `_applet-my-sea.html`'s slot #} {# markup off the same `latest_draw_slots` payload (`my_sea_slots`), but #} {# standalone + with NO interactive affordances (FLIP / DEL / AUTO DRAW). #}
{% for slot in my_sea_slots %} {% if slot.card %}
{% if slot.card.deck_variant.has_card_images %} {{ slot.card.name }} {% else %}
{{ slot.card.corner_rank }} {% if slot.card.suit_icon %}{% endif %}
{% if slot.face.qualifier_first %}

{{ slot.face.qualifier }}

{{ slot.face.title }}

{% else %}

{{ slot.face.title }}

{{ slot.face.qualifier }}

{% endif %}

{{ slot.card.get_arcana_display }}

{{ slot.card.corner_rank }} {% if slot.card.suit_icon %}{% endif %}
{% endif %}
{{ slot.label }}
{% else %}
{{ slot.label }}
{% endif %} {% endfor %}