{% extends "simpl/base.html" %} {% block arrows %} {% include 'simpl/includes/status-arrows.html' %} {% endblock arrows %} {% block heading %} {% if not run.ended %} The Game is in Play {% else %} The Game is Finished {% endif %} {% endblock %} {% block content_inner %} {{ block.super }} {% if run.instances %} {% include 'simpl/includes/form_end.html' %} {% else %}

There are no players in this game.

{% endif %} {% endblock %}