{% extends "simpl/base.html" %} {% block arrows %} {% include 'simpl/includes/status-arrows.html' %} {% endblock arrows %} {% block heading %}The {% if not run.multiplayer and not run.continuous %}Practice{% endif %} Game is in Setup Mode{% endblock %} {% block content_inner %} {{ block.super }}
{% endblock %}