{% if room.table_status == "SIG_SELECT" and sig_cards %}
{% for card, deck_type in sig_cards %}
{{ card.name }}
{% endfor %}
{% endif %}
{% if not room.table_status and room.gate_status != "RENEWAL_DUE" %}
{% include "apps/gameboard/_partials/_gatekeeper.html" %}
{% endif %}
{% include "apps/gameboard/_partials/_room_gear.html" %}