{% extends "simpl/base.html" %} {% load includecontents %} {% block main_wrap_classes %}v-nav-flex-layout{% endblock %} {% block heading %}Game Status{% endblock %} {% block arrows %} {% include 'simpl/includes/status-arrows.html' %} {% endblock arrows %} {% block content_inner %} {{ block.super }}

The game is in {{ run.get_status_display }} mode. You can review your setup and advance to the next step.

{{ next_item.name }}

{% endblock %}