{% comment %} room.html table-hex seats — included via core/_partials/_table_hex.html (hex_seats). Verbatim move of the gate_positions seat ring; inherits room.html's context (gate_positions, starter_roles). {% endcomment %} {# Seats — fa-chair layout persists from ROLE_SELECT through SIG_SELECT #} {% for pos in gate_positions %}
{{ pos.role_label }} {% if pos.role_label in starter_roles %} {% else %} {% endif %}
{% endfor %}