Game Status: {{derby_game.game_status}}
Jam Clock Running? {{"Yes" if derby_game.game_data_dict["jam_is_running"] else "No"}}


Jamstats version {{jamstats_version}}
by TheDM

{% for section in section_name_map %} {{section}}
{% for plot_name_forlink in section_name_map[section] %} {% if plot_name_forlink == element_name %} {{plotname_displayname_map[plot_name_forlink]}} {% else %} {{plotname_displayname_map[plot_name_forlink]}} {% endif %}
{% endfor %}
{% endfor %} {% if can_dl_game_json %}

Download Game JSON

{% endif %}

jamstats server/port:
{{jamstats_ip}}:{{jamstats_port}}

Developed with
Seattle Derby Brats

{{plotname_displayname_map[element_name]}}

{% if element_name in plots_allowed %} {% if element.can_render_html %}

{{element.build_html(derby_game) | safe}}

{% else %}