{# `nvm_url` lets a caller redirect NVM elsewhere (the room gate-view passes #} {# the table-hex URL so NVM returns to the hex, not out to /gameboard/). #} {# Defaults to the gameboard listing — room.html's own gear menu is unchanged.#} {% if not nvm_url %}{% url 'gameboard' as nvm_url %}{% endif %} {% include "apps/applets/_partials/_gear.html" with menu_id="id_room_menu" %}