{% extends "base.html" %} {% block title %}Game Center — {{ config.BBS_NAME }}{% endblock %} {% block content %}
Choose your game and prepare to play!
{{ game.description or '' }}
{% if game.game_type == 'builtin_web' %}Web Game {% elif game.game_type == 'door_dos' %}DOS Door {% elif game.game_type == 'door_native' %}Native Door {% elif game.game_type == 'door_mystic' %}Mystic Python {% elif game.game_type == 'door_synchronet' %}Synchronet JS {% else %}{{ game.game_type }}{% endif %}No active sessions.
{% endif %}