{% comment %} Shared table-hex seats ring for my_sea.html + my_sea_visit.html — included via core/_partials/_table_hex.html (hex_seats). Iterates the `seats` context (seat.present / .n / .label / .token). The `.table-seat--self` modifier marks the visitor's own seat on my_sea_visit; it is inert on my_sea (seat.is_self is undefined → falsy). {% endcomment %} {% for seat in seats %} {% if seat.present %}
{{ seat.label }}
{% else %}
{{ seat.label }}
{% endif %} {% endfor %}